]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx_cw.pch
added interface for wxFileLocator class
[wxWidgets.git] / include / wx_cw.pch
index 8a5a49d142321674d07d897398b9365b5bb80e94..0a634361c646a642c610f373aaa36f689f0b03f7 100644 (file)
@@ -1,26 +1,38 @@
 #if __option (profile)
 #if __POWERPC__
        #pragma precompile_target "wx_PPC_prof.mch"     
+    #pragma once on
 #elif __INTEL__
        #pragma precompile_target "wx_x86_prof.mch"
+    /* Do NOT use #pragma once on for Win32 */
 #elif __CFM68K__
        #pragma precompile_target "wx_cfm_prof.mch"
+    #pragma once on
 #else
        #pragma precompile_target "wx_68k_prof.mch"
+    #pragma once on
 #endif
 #else
 #if __POWERPC__
        #pragma precompile_target "wx_PPC.mch"  
+    #pragma once on
 #elif __INTEL__
        #pragma precompile_target "wx_x86.mch"
+    /* Do NOT use #pragma once on for Win32 */
 #elif __CFM68K__
        #pragma precompile_target "wx_cfm.mch"
+    #pragma once on
 #else
        #pragma precompile_target "wx_68k.mch"
+    #pragma once on
 #endif
 #endif
 
-#pragma once on
 #undef WX_PRECOMP
 #define wxUSE_GUI 1
+#define OLDP2C 1
 #include "wx/wx_cw_cm.h"
+#ifdef __WXMSW__
+    #include <windows.h>
+    #include "wx/msw/winundef.h"
+#endif