]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
added wxCHECK_GCC_VERSION() macro
[wxWidgets.git] / include / wx / confbase.h
index 28abf293c41f55c49f2d02a07e5ebab119b7d3b0..b2a576c8582988bd9072c8524dc67a78cd9e6e7c 100644 (file)
@@ -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
 };
 
 // ----------------------------------------------------------------------------