Fix Wexpansion-to-defined

This commit is contained in:
Kvaz1r
2021-08-07 23:58:14 +03:00
parent 15c5125572
commit 51bc8ede7f

View File

@@ -38,7 +38,11 @@
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