Re: [Mingw-w64-public] Header Issues

2010-09-03 Thread Ozkan Sezer
On Sat, Sep 4, 2010 at 8:43 AM, Chris Sutcliffe wrote: > On 4 September 2010 01:34, Ozkan Sezer wrote: >> On Sat, Sep 4, 2010 at 7:42 AM, Chris Sutcliffe wrote: >>> Using the latest crt, there a few issues I've run in to: >>> >>> powrprof.h: >>> >>> 172     DWORD WINAPI DevicePowerSetDeviceState(

Re: [Mingw-w64-public] Header Issues

2010-09-03 Thread Chris Sutcliffe
On 4 September 2010 01:34, Ozkan Sezer wrote: > On Sat, Sep 4, 2010 at 7:42 AM, Chris Sutcliffe wrote: >> Using the latest crt, there a few issues I've run in to: >> >> powrprof.h: >> >> 172     DWORD WINAPI DevicePowerSetDeviceState( >> 173       LPCWSTR DeviceDescription, >> 174       ULONG SetFl

Re: [Mingw-w64-public] Header Issues

2010-09-03 Thread Ozkan Sezer
On Sat, Sep 4, 2010 at 7:42 AM, Chris Sutcliffe wrote: > Using the latest crt, there a few issues I've run in to: > > powrprof.h: > > 172     DWORD WINAPI DevicePowerSetDeviceState( > 173       LPCWSTR DeviceDescription, > 174       ULONG SetFlags, > 175       PCVOID SetData > 176     ); > > shoul

[Mingw-w64-public] Header Issues

2010-09-03 Thread Chris Sutcliffe
Using the latest crt, there a few issues I've run in to: powrprof.h: 172 DWORD WINAPI DevicePowerSetDeviceState( 173 LPCWSTR DeviceDescription, 174 ULONG SetFlags, 175 PCVOID SetData 176 ); should be: 175 LPCVOID SetData wtsapi32.h: 200 WCHAR ClientName