define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings (but define it as 0 so thje line is still disabled by default)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-04 00:16:43 +00:00
parent fe856cc55b
commit 39de6d6ca1

View File

@@ -23,7 +23,7 @@
// this can be defined to put a static line as separator between the list
// control and the page area; but I think it finally looks better without it so
// it is not enabled by default
//#define wxUSE_LINE_IN_LISTBOOK 1
#define wxUSE_LINE_IN_LISTBOOK 0
#if !wxUSE_STATLINE
#undef wxUSE_LINE_IN_LISTBOOK