Author: mlytwyn
Date: Wed Nov  9 00:05:19 2016
New Revision: 40200

URL: http://svn.gna.org/viewcvs/gnustep?rev=40200&view=rev
Log:
Use windows predefined macros for win version

Modified:
    
libs/base/branches/gnustep_testplant_branch/Headers/GNUstepBase/GSConfig.h.in

Modified: 
libs/base/branches/gnustep_testplant_branch/Headers/GNUstepBase/GSConfig.h.in
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Headers/GNUstepBase/GSConfig.h.in?rev=40200&r1=40199&r2=40200&view=diff
==============================================================================
--- 
libs/base/branches/gnustep_testplant_branch/Headers/GNUstepBase/GSConfig.h.in   
    (original)
+++ 
libs/base/branches/gnustep_testplant_branch/Headers/GNUstepBase/GSConfig.h.in   
    Wed Nov  9 00:05:19 2016
@@ -298,7 +298,7 @@
 #define __OBJC_BOOL 1
 #include <w32api.h>
 #ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x601
+#define _WIN32_WINNT _WIN32_WINNT_WIN7
 #endif
 #if    !defined(WINVER)
 #define WINVER 0x601


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to