Replace use of __WXGTK24__ with __WXGTK__
This commit is contained in:
parent
cce9fc7f15
commit
e3a9643d2a
4 changed files with 4 additions and 4 deletions
|
|
@ -119,7 +119,7 @@ wxEND_EVENT_TABLE()
|
|||
// implementation
|
||||
// ============================================================================
|
||||
|
||||
#if defined(__WXGTK24__)
|
||||
#if defined(__WXGTK__)
|
||||
#define FAMILY_CTRLS NATIVE_CTRLS
|
||||
#else
|
||||
#define FAMILY_CTRLS GENERIC_CTRLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue