From ad1b0610dcf7fb2d66ebdcf90dbc67c144cfab62 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 12 Apr 2002 10:24:24 +0000 Subject: [PATCH] a preprocessor constant must be 0, not FALSE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/confbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/confbase.h b/include/wx/confbase.h index fbd1e57a13..28abf293c4 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -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) -- 2.45.2