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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user