]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxprec.h
Added some tentative wxMotif clipboard code; did some file formatting
[wxWidgets.git] / include / wx / wxprec.h
index f51d04c60bb5e3a3309324e009912afb965145d1..b7c00c4f704549b8fbd3aec4164352e3ff1c509b 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 // check if to use precompiled headers
-#if (defined(__BORLANDC__) || defined(_MSC_VER) || defined(__WATCOMC__) || defined(__GNUWIN32__)) && defined(__WXMSW__)
+#if (defined(__BORLANDC__) || defined(_MSC_VER) || defined(__WATCOMC__)) && defined(__WXMSW__)
 #if !NOPCH
 #define WX_PRECOMP
 #endif
@@ -27,7 +27,9 @@
 
 // Comment this out if you don't mind slower compilation of the wxWindows
 // library
+#ifndef __WXMAC__
 #include <windows.h>
+#endif
 
 #ifdef GetClassInfo
 #undef GetClassInfo