From 5b47d4f175f244785cc64bc8026b019f32bc2e0a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 4 Nov 2002 23:01:13 +0000 Subject: [PATCH] set APPVER to 4.0 if WIN95==1: fixes bug 629884 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/makevc.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/makevc.env b/src/makevc.env index b085f2fa8c..15426ba7de 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -13,6 +13,8 @@ RM= erase !endif WXVERSION=233 + +# WIN95 means "all systems newer than Win95", i.e. Win9x and NT 4+ WIN95=1 !if "$(WIN95)" == "0" @@ -22,7 +24,7 @@ WIN95=1 APPVER=3.50 WINVERSION=-DWINVER=0x0350 # Generic WIN32 !else -APPVER=3.50 # 4.0 +APPVER=4.0 # This means 'enable Windows 95 features' (in wxWindows and in VC++ 4.0). WINVERSION=-DWINVER=0x0400 /D__WIN95__ !endif