Windows 8 _WIN32_WINNT_WIN8 (0x0602) Windows 7 _WIN32_WINNT_WIN7 (0x0601) Windows Server 2008 _WIN32_WINNT_WS08 (0x0600) Windows Vista _WIN32_WINNT_VISTA (0x0600) Windows Server 2003 with SP1, Windows XP with SP2 _WIN32_WINNT_WS03 (0x0502) Windows Server 2003, Windows XP _WIN32_WINNT_WINXP (0x0501)
1 comment:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa383745(v=vs.85).aspx
Windows 8 _WIN32_WINNT_WIN8 (0x0602)
Windows 7 _WIN32_WINNT_WIN7 (0x0601)
Windows Server 2008 _WIN32_WINNT_WS08 (0x0600)
Windows Vista _WIN32_WINNT_VISTA (0x0600)
Windows Server 2003 with SP1, Windows XP with SP2 _WIN32_WINNT_WS03 (0x0502)
Windows Server 2003, Windows XP _WIN32_WINNT_WINXP (0x0501)
Post a Comment