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[CLIENTNAME_LENGTH + 1]; 201 WCHAR Domain[DOMAIN_LENGTH + 1 ]; 202 WCHAR UserName[USERNAME_LENGTH + 1]; 203 WCHAR WorkDirectory[MAX_PATH + 1]; 204 WCHAR InitialProgram[MAX_PATH + 1]; 205 BYTE EncryptionLevel; 206 ULONG ClientAddressFamily; 207 USHORT ClientAddress[CLIENTADDRESS_LENGTH + 1]; CLIENTNAME_LENGTH, DOMAIN_LENGTH, USERNAME_LENGTH and CLIENTADDRESS_LENGTH are all undefined. Cheers! Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
