extracted MSW-specific setup.h options to their own wx/msw/setup_inc.h file which is now used to automaitcally generate both wx/msw/setup0.h and setup.h.in by update-setup-h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-21 12:56:22 +00:00
parent 1457ea31cd
commit 508d12b224
5 changed files with 256 additions and 15 deletions

View File

@@ -1243,6 +1243,7 @@
/* --- end common options --- */
/* --- start MSW options --- */
// ----------------------------------------------------------------------------
// Windows-only settings
// ----------------------------------------------------------------------------
@@ -1382,5 +1383,7 @@
// Define 1 to use bitmap messages.
#define wxUSE_BITMAP_MESSAGE 1
/* --- end MSW options --- */
#endif // _WX_SETUP_H_