]> 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 6d0f7a586ffb4f809f2062c8313754c08068802f..495dbb916c53ce147db40c99eb5efa18eb59600f 100644 (file)
@@ -1,26 +1,33 @@
 #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