]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx_cw.pch
deprecated XMLID and friends macros
[wxWidgets.git] / include / wx_cw.pch
index 09201f7d319c6593f9c8ffb9c66295ec17240b62..0a634361c646a642c610f373aaa36f689f0b03f7 100644 (file)
@@ -1,30 +1,36 @@
 #if __option (profile)
 #if __POWERPC__
        #pragma precompile_target "wx_PPC_prof.mch"     
 #if __option (profile)
 #if __POWERPC__
        #pragma precompile_target "wx_PPC_prof.mch"     
+    #pragma once on
 #elif __INTEL__
        #pragma precompile_target "wx_x86_prof.mch"
 #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"
 #elif __CFM68K__
        #pragma precompile_target "wx_cfm_prof.mch"
+    #pragma once on
 #else
        #pragma precompile_target "wx_68k_prof.mch"
 #else
        #pragma precompile_target "wx_68k_prof.mch"
+    #pragma once on
 #endif
 #else
 #if __POWERPC__
        #pragma precompile_target "wx_PPC.mch"  
 #endif
 #else
 #if __POWERPC__
        #pragma precompile_target "wx_PPC.mch"  
+    #pragma once on
 #elif __INTEL__
        #pragma precompile_target "wx_x86.mch"
 #elif __INTEL__
        #pragma precompile_target "wx_x86.mch"
+    /* Do NOT use #pragma once on for Win32 */
 #elif __CFM68K__
        #pragma precompile_target "wx_cfm.mch"
 #elif __CFM68K__
        #pragma precompile_target "wx_cfm.mch"
+    #pragma once on
 #else
        #pragma precompile_target "wx_68k.mch"
 #else
        #pragma precompile_target "wx_68k.mch"
+    #pragma once on
 #endif
 #endif
 
 #endif
 #endif
 
-#pragma once on
 #undef WX_PRECOMP
 #define wxUSE_GUI 1
 #define OLDP2C 1
 #undef WX_PRECOMP
 #define wxUSE_GUI 1
 #define OLDP2C 1
-#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
 #include "wx/wx_cw_cm.h"
 #ifdef __WXMSW__
     #include <windows.h>
 #include "wx/wx_cw_cm.h"
 #ifdef __WXMSW__
     #include <windows.h>