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
This commit is contained in:
Vadim Zeitlin 2006-10-31 14:34:43 +00:00
parent 6e3d582809
commit d8f2f99ff7
2 changed files with 0 additions and 5 deletions

4
configure vendored
View File

@ -11945,10 +11945,6 @@ _ACEOF
cat >>confdefs.h <<\_ACEOF
#define STRICT 1
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define WINVER 0x0400
_ACEOF
fi

View 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