]> git.saurik.com Git - wxWidgets.git/commitdiff
a preprocessor constant must be 0, not FALSE
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Apr 2002 10:24:24 +0000 (10:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Apr 2002 10:24:24 +0000 (10:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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)