From: Vadim Zeitlin Date: Tue, 31 Oct 2006 14:34:43 +0000 (+0000) Subject: don't define WINVER as 0x0400 in configure, it's defined in the headers as 0x0600... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d8f2f99ff72b7aa656765799936f0a1038cf3a8b?ds=inline don't define WINVER as 0x0400 in configure, it's defined in the headers as 0x0600 if it's not defined git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 8dbce478c8..5126ab9ad9 100755 --- 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 diff --git a/configure.in b/configure.in index a404ddd280..74d9f340b5 100644 --- a/configure.in +++ b/configure.in @@ -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