]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
avoid a bug in Carbon headers
[wxWidgets.git] / include / wx / string.h
index 6e9003595bdf99d72dba02ec49fb72a55e9ef7a5..d402585c46ee63c096b980705d663b1f75ddac4b 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _WX_WXSTRINGH__
 #define _WX_WXSTRINGH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "string.h"
 #endif
 
     #include <ctype.h>
 #endif
 
-#ifdef __EMX__
-    #include <std.h>
-#endif
-
 #if defined(__VISAGECPP__) && __IBMCPP__ >= 400
    // problem in VACPP V4 with including stdlib.h multiple times
    // strconv includes it anyway