]> git.saurik.com Git - wxWidgets.git/commitdiff
don't define WINVER as 0x0400 in configure, it's defined in the headers as 0x0600...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 14:34:43 +0000 (14:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 14:34:43 +0000 (14:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 8dbce478c8570584c4ef73e107fc432ffc401585..5126ab9ad95ee6f2be718ac3a6de35bd8f56d950 100755 (executable)
--- a/configure
+++ b/configure
@@ -11945,10 +11945,6 @@ _ACEOF
 
     cat >>confdefs.h <<\_ACEOF
 #define STRICT 1
-_ACEOF
-
-    cat >>confdefs.h <<\_ACEOF
-#define WINVER 0x0400
 _ACEOF
 
 fi
index a404ddd28006c4c4ab3e6f8db75d92e7fecf766d..74d9f340b55e3a66f9ec711173460673cc0bcee4 100644 (file)
@@ -1458,7 +1458,6 @@ if test "$wants_win32" = 1 ; then
     AC_DEFINE(__WINDOWS__)
     AC_DEFINE(__GNUWIN32__)
     AC_DEFINE(STRICT)
-    AC_DEFINE(WINVER, 0x0400)
 fi
 if test "$doesnt_want_win32" = 1 ; then
     USE_UNIX=1