Author: mlytwyn
Date: Wed Nov 9 21:13:19 2016
New Revision: 40204
URL: http://svn.gna.org/viewcvs/gnustep?rev=40204&view=rev
Log:
Update GSConfig.h.in for both 32/64/ mingw
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=40204&r1=40203&r2=40204&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 21:13:19 2016
@@ -294,18 +294,22 @@
#endif
#if defined(_WIN32)
+#if defined(__MINGW64__) && defined(Windows7)
#define BOOL WINBOOL
+#else
+#define BOOL WinBOOL
+#endif
#define __OBJC_BOOL 1
#include <w32api.h>
#ifndef _WIN32_WINNT
-#ifdef Windows7
+#if defined(__MINGW64__) && defined(Windows7)
#define _WIN32_WINNT Windows7 //MinGW64
#else
#define _WIN32_WINNT Windows2000 //MinGW32
#endif
#endif
#if !defined(WINVER)
-#ifdef Windows7
+#if defined(__MINGW64__) && defined(Windows7)
#define WINVER Windows7 //MinGW64
#else
#define WINVER Windows2000 //MinGW32
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs