aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/Platform.h8
1 files changed, 4 insertions, 4 deletions
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