Author: paullanders
Date: Tue Nov  8 02:55:23 2016
New Revision: 40194

URL: http://svn.gna.org/viewcvs/gnustep?rev=40194&view=rev
Log:
update our base build version of windows to windows 7 

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=40194&r1=40193&r2=40194&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   
    Tue Nov  8 02:55:23 2016
@@ -294,14 +294,14 @@
 #endif
 
 #if defined(_WIN32)
-#define BOOL WinBOOL
+#define BOOL WINBOOL
 #define __OBJC_BOOL 1
 #include <w32api.h>
 #ifndef _WIN32_WINNT
-#define _WIN32_WINNT Windows2000
+#define _WIN32_WINNT 0x601
 #endif
 #if    !defined(WINVER)
-#define WINVER Windows2000
+#define WINVER 0x601
 #elif (WINVER < Windows2000)
 #undef WINVER
 #define WINVER Windows2000


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

Reply via email to