_MSC_VER change fixes - now compiles again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-02-03 22:50:06 +00:00
parent ec4768ef9a
commit 858f7d6641
3 changed files with 6 additions and 5 deletions

View File

@@ -9,6 +9,9 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/setup.h" // always include this file (under Unix it's generated by configure)
#include "wx/defs.h" // compiler definitions
// check if to use precompiled headers
#if (defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)
#if !NOPCH
@@ -63,8 +66,5 @@
#undef LoadAccelerators
#endif
#else
// always include this file (under Unix it's generated by configure)
#include "wx/setup.h"
#endif
#endif // WX_PRECOMP