From de2b97c640a22059270359fb787e009e82aecf43 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Fri, 8 Jan 2016 22:35:55 +0100 Subject: [PATCH] linux compilation fix --- common/include/PS2Eext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/include/PS2Eext.h b/common/include/PS2Eext.h index b6aaaf1d57..62d44e32b9 100644 --- a/common/include/PS2Eext.h +++ b/common/include/PS2Eext.h @@ -27,7 +27,7 @@ #define EXPORT_C_(type) extern "C" type CALLBACK -#elif defined(GTK_MAJOR_VERSION) +#elif defined(__linux__) #include #include @@ -190,7 +190,7 @@ struct PluginConf } }; -#if defined(GTK_MAJOR_VERSION) +#if defined(__linux__) static void SysMessage(const char *fmt, ...) {