fix compilation with --disable-compat-22 (patch 759563)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-09 23:22:46 +00:00
parent 5e4196efab
commit ebacdfcde4
3 changed files with 10 additions and 6 deletions

View File

@@ -195,6 +195,10 @@ Unix:
- added --basename and --release flags to wx-config (Robert O'Connor)
- added support for GNU/Hurd in configure
wxGTK
- fixed compilation with --disable-compat-22
wxMSW:
- compilation fix for VC++ command line build (missing version.mak)