Kaydet (Commit) 4da020c5 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Windows XP is 0x0501

See http://msdn.microsoft.com/en-us/library/aa383745.aspx

And as we support only XP as minimum change this.

Change-Id: Iad51b0dd4bb960ed5a270b0b701ec3e0b28ab4e2
üst d837c7b7
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
#undef _WIN32_IE #undef _WIN32_IE
#undef _WTL_NO_CSTRING #undef _WTL_NO_CSTRING
#define WINVER 0x0500 #define WINVER 0x0501
#define _WIN32_WINNT 0x0500 #define _WIN32_WINNT 0x0501
#define _WIN32_IE 0x0600 #define _WIN32_IE 0x0600
#define _WTL_NO_CSTRING #define _WTL_NO_CSTRING
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment