]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
automatically initialize m_cRef to 0 (patch 575011 + more)
[wxWidgets.git] / include / wx / confbase.h
index fbd1e57a132cd6c4ccbaa960ca0880ac7af98b6b..28abf293c41f55c49f2d02a07e5ebab119b7d3b0 100644 (file)
@@ -27,7 +27,7 @@
 
 /// shall we be case sensitive in parsing variable names?
 #ifndef wxCONFIG_CASE_SENSITIVE
-  #define  wxCONFIG_CASE_SENSITIVE       FALSE
+  #define  wxCONFIG_CASE_SENSITIVE       0
 #endif
 
 /// separates group and entry names (probably shouldn't be changed)