]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx_cw.pch++
recognize the encoding name without hyphens as synonym for the same name with hyphens...
[wxWidgets.git] / include / wx_cw.pch++
index 7cbd045a8ef70c20f8d84bcf69281286223ab7d6..495dbb916c53ce147db40c99eb5efa18eb59600f 100644 (file)
@@ -1,30 +1,36 @@
 #if __option (profile)
 #if __POWERPC__
        #pragma precompile_target "wx_PPC++_prof.mch"
+    #pragma once on
 #elif __INTEL_
        #pragma precompile_target "wx_x86Prof++_prof.mch"
+    /* Do NOT use #pragma once on for Win32 */
 #elif __CFM68K__
        #pragma precompile_target "wx_cfmProf++_prof.mch"
+    #pragma once on
 #else
        #pragma precompile_target "wx_68kProf++_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
 #define WX_PRECOMP
 #define wxUSE_GUI 1
 #define OLDP2C 1
-#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
 #include "wx/wx_cw_cm.h"
 #ifdef WX_PRECOMP
    #include "wx/wxprec.h"