From 7c23631ea875b7226dbf930d55873dfa7b8852e6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 13 Jun 2012 10:18:51 +1000 Subject: Moved Qt platform section as it was interfering with GTK+ sub-platforms. --- include/Platform.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index 4cd2c5c0f..1b5dfbe3d 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -31,14 +31,14 @@ #undef PLAT_WX #define PLAT_WX 1 -#elif defined(GTK) -#undef PLAT_GTK -#define PLAT_GTK 1 - #elif defined(SCINTILLA_QT) #undef PLAT_QT #define PLAT_QT 1 +#elif defined(GTK) +#undef PLAT_GTK +#define PLAT_GTK 1 + #if defined(__WIN32__) || defined(_MSC_VER) #undef PLAT_GTK_WIN32 #define PLAT_GTK_WIN32 1 -- cgit v1.2.3