]> git.saurik.com Git - wxWidgets.git/commitdiff
No precompiled headers for gcc, even if compiling WXPM.
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 18 Mar 2000 22:50:07 +0000 (22:50 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 18 Mar 2000 22:50:07 +0000 (22:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxprec.h

index a1a2a865e09f4d286c6c33daf9ace3e840161770..e4f29ad5b41aa8f1504e26d903b69988c9622392 100644 (file)
@@ -14,7 +14,7 @@
 
 // check if to use precompiled headers: do it for most Windows compilers unless
 // explicitly disabled by defining NOPCH
-#if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__WXPM__)
+#if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__VISAGECPP__)
     #if !defined(NOPCH)
         #define WX_PRECOMP
     #endif