X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c0217af06e9a7a418d8c9c4d380337939e1b856..b6e2eddeaf7e559589ce41ac41e88f9bd71c5a08:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index 6e9003595b..d402585c46 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -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 @@ -32,10 +32,6 @@ #include #endif -#ifdef __EMX__ - #include -#endif - #if defined(__VISAGECPP__) && __IBMCPP__ >= 400 // problem in VACPP V4 with including stdlib.h multiple times // strconv includes it anyway