]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
Committed a couple of IPC changes I forgot to do
[wxWidgets.git] / include / wx / confbase.h
index 28abf293c41f55c49f2d02a07e5ebab119b7d3b0..73c5e6a968e85fca5018dc7291dcbb1398e94f17 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef   _WX_CONFBASE_H_
 #define   _WX_CONFBASE_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "confbase.h"
 #endif
 
@@ -58,7 +58,8 @@ enum
 {
     wxCONFIG_USE_LOCAL_FILE = 1,
     wxCONFIG_USE_GLOBAL_FILE = 2,
-    wxCONFIG_USE_RELATIVE_PATH = 4
+    wxCONFIG_USE_RELATIVE_PATH = 4,
+    wxCONFIG_USE_NO_ESCAPE_CHARACTERS = 8
 };
 
 // ----------------------------------------------------------------------------