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, ...) {