Replace use of __WXGTK24__ with __WXGTK__
This commit is contained in:
@@ -119,7 +119,7 @@ wxEND_EVENT_TABLE()
|
|||||||
// implementation
|
// implementation
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#if defined(__WXGTK24__)
|
#if defined(__WXGTK__)
|
||||||
#define FAMILY_CTRLS NATIVE_CTRLS
|
#define FAMILY_CTRLS NATIVE_CTRLS
|
||||||
#else
|
#else
|
||||||
#define FAMILY_CTRLS GENERIC_CTRLS
|
#define FAMILY_CTRLS GENERIC_CTRLS
|
||||||
|
@@ -127,7 +127,7 @@ wxEND_EVENT_TABLE()
|
|||||||
// implementation
|
// implementation
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#if defined(__WXGTK24__)
|
#if defined(__WXGTK__)
|
||||||
#define FAMILY_CTRLS NATIVE_CTRLS
|
#define FAMILY_CTRLS NATIVE_CTRLS
|
||||||
#else
|
#else
|
||||||
#define FAMILY_CTRLS GENERIC_CTRLS
|
#define FAMILY_CTRLS GENERIC_CTRLS
|
||||||
|
@@ -144,7 +144,7 @@ wxEND_EVENT_TABLE()
|
|||||||
// implementation
|
// implementation
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#if defined(__WXGTK24__)
|
#if defined(__WXGTK__)
|
||||||
#define FAMILY_CTRLS NATIVE_CTRLS
|
#define FAMILY_CTRLS NATIVE_CTRLS
|
||||||
#else
|
#else
|
||||||
#define FAMILY_CTRLS GENERIC_CTRLS
|
#define FAMILY_CTRLS GENERIC_CTRLS
|
||||||
|
@@ -119,7 +119,7 @@ wxEND_EVENT_TABLE()
|
|||||||
// implementation
|
// implementation
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#if defined(__WXGTK24__)
|
#if defined(__WXGTK__)
|
||||||
#define FAMILY_CTRLS NATIVE_CTRLS
|
#define FAMILY_CTRLS NATIVE_CTRLS
|
||||||
#else
|
#else
|
||||||
#define FAMILY_CTRLS GENERIC_CTRLS
|
#define FAMILY_CTRLS GENERIC_CTRLS
|
||||||
|
Reference in New Issue
Block a user