Fix Wexpansion-to-defined
This commit is contained in:
@@ -38,7 +38,11 @@
|
|||||||
|
|
||||||
static const int TEXT_HEIGHT = 200;
|
static const int TEXT_HEIGHT = 200;
|
||||||
|
|
||||||
#define wxHAS_2CHAR_NEWLINES defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
|
#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
|
||||||
|
#define wxHAS_2CHAR_NEWLINES 1
|
||||||
|
#else
|
||||||
|
#define wxHAS_2CHAR_NEWLINES 0
|
||||||
|
#endif
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// test class
|
// test class
|
||||||
|
Reference in New Issue
Block a user