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
This commit is contained in:
Vadim Zeitlin
2002-04-12 10:24:24 +00:00
parent 8f901032ba
commit ad1b0610dc

View File

@@ -27,7 +27,7 @@
/// shall we be case sensitive in parsing variable names? /// shall we be case sensitive in parsing variable names?
#ifndef wxCONFIG_CASE_SENSITIVE #ifndef wxCONFIG_CASE_SENSITIVE
#define wxCONFIG_CASE_SENSITIVE FALSE #define wxCONFIG_CASE_SENSITIVE 0
#endif #endif
/// separates group and entry names (probably shouldn't be changed) /// separates group and entry names (probably shouldn't be changed)