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:
parent
6e3d582809
commit
d8f2f99ff7
4
configure
vendored
4
configure
vendored
@ -11945,10 +11945,6 @@ _ACEOF
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define STRICT 1
|
||||
_ACEOF
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define WINVER 0x0400
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user