Re: [Mingw-w64-public] [PATCH] Add missing Frames members of struct _WTSINFOA and _WTSINFOW.

2017-02-28 Thread JonY
On 02/28/2017 09:28 PM, Guy Helmer wrote: > Hi, > > I’m unfamiliar with the next steps for a change submitted to this project — > do I need to make a pull request for this patch? > > Thanks, > Guy > Done, applied to master, please signoff your patch next time. signature.asc Description: Op

Re: [Mingw-w64-public] [PATCH] Add missing Frames members of struct _WTSINFOA and _WTSINFOW.

2017-02-28 Thread Guy Helmer
Hi, I’m unfamiliar with the next steps for a change submitted to this project — do I need to make a pull request for this patch? Thanks, Guy > On Feb 28, 2017, at 9:11 AM, Kai Tietz wrote: > > Thanks for taking a closer look to it. Yes, patch is ok. > > Thanks, > Kai > > 2017-02-28 16:00 G

Re: [Mingw-w64-public] [PATCH] Add missing Frames members of struct _WTSINFOA and _WTSINFOW.

2017-02-28 Thread Kai Tietz
Thanks for taking a closer look to it. Yes, patch is ok. Thanks, Kai 2017-02-28 16:00 GMT+01:00 Guy Helmer : > >From what I understand, WTSINFO was introduced in Vista/Server 2008. I have > >not found any evidence of changing contents of this structure since it was > >introduced for Vista/Serv

Re: [Mingw-w64-public] [PATCH] Add missing Frames members of struct _WTSINFOA and _WTSINFOW.

2017-02-28 Thread Guy Helmer
>From what I understand, WTSINFO was introduced in Vista/Server 2008. I have >not found any evidence of changing contents of this structure since it was >introduced for Vista/Server 2008. It appears to me that the structure was missing these members when the test merge of Vista/7 experimental c

Re: [Mingw-w64-public] [PATCH] Add missing Frames members of struct _WTSINFOA and _WTSINFOW.

2017-02-28 Thread Kai Tietz
Patch looks right. Weren't those members present for older platforms? I don't find a hint on that, but might describe why these two fields are missing. Cheers, Kai 2017-02-28 14:58 GMT+01:00 Guy Helmer : > The WTSINFO structure is documented as having IncomingFrames and > OutgoingFrames DWORD m

[Mingw-w64-public] [PATCH] Add missing Frames members of struct _WTSINFOA and _WTSINFOW.

2017-02-28 Thread Guy Helmer
The WTSINFO structure is documented as having IncomingFrames and OutgoingFrames DWORD members after the OutgoingBytes member. --- mingw-w64-headers/include/wtsapi32.h | 4 1 file changed, 4 insertions(+) diff --git a/mingw-w64-headers/include/wtsapi32.h b/mingw-w64-headers/include/wtsapi32.