]> git.saurik.com Git - wxWidgets.git/commitdiff
_MSC_VER change fixes - now compiles again
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Feb 1999 22:50:06 +0000 (22:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Feb 1999 22:50:06 +0000 (22:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h
include/wx/object.h
include/wx/wxprec.h

index fd5cd7c6447558cd1a6e392f7abaf361df634943..48507c825afe3bfc293fa704bb78512285e025d4 100644 (file)
@@ -57,7 +57,7 @@
     // define another standard symbol for Microsoft Visual C++: the standard one
     // (_MSC_VER) is also defined by Metrowerks compiler
     #if defined(_MSC_VER) && !defined(__MWERKS__)
-        #define __VISUALC__
+        #define __VISUALC__ _MSC_VER
     #elif defined(__BCPLUSPLUS__) && !defined(__BORLANDC__)
         #define __BORLANDC__
       #elif defined(__WATCOMC__)
index abd725a3f2953e6782dd5029450a6d1cb6483845..016bdc631128244d5567fc08c3a79db1d04b0792 100644 (file)
@@ -34,6 +34,7 @@ class WXDLLEXPORT wxObject;
 
 class WXDLLEXPORT wxClassInfo;
 class WXDLLEXPORT wxInputStream;
+class WXDLLEXPORT wxOutputStream;
 class WXDLLEXPORT wxObjectInputStream;
 class WXDLLEXPORT wxObjectOutputStream;
 class WXDLLEXPORT wxHashTable;
index eff6f75395b835e006ab132c775bd4e0008c570e..6f542b6a456b7d3c869e7fbb8ba1aa23631b8c81 100644 (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