[commit] r2559 - trunk/SDK/BON/Common
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Oct 29 10:49:50 CDT 2014
Author: ksmyth
Date: Wed Oct 29 10:49:50 2014
New Revision: 2559
Log:
VC wizard: support VS2013. Some UNICODE fixes.
Modified:
trunk/SDK/BON/Common/targetver.h
Modified: trunk/SDK/BON/Common/targetver.h
==============================================================================
--- trunk/SDK/BON/Common/targetver.h Wed Oct 29 10:43:44 2014 (r2558)
+++ trunk/SDK/BON/Common/targetver.h Wed Oct 29 10:49:50 2014 (r2559)
@@ -13,7 +13,7 @@
#endif
#ifndef _WIN32_WINNT
-#define _WIN32_WINNT _WIN32_WINNT_WINXP
+#define _WIN32_WINNT 0x0501
#endif
#ifndef _WIN32_WINDOWS
More information about the gme-commit
mailing list