mirror of https://github.com/PCSX2/pcsx2.git
linux compilation fix
This commit is contained in:
parent
74db92bee4
commit
de2b97c640
|
@ -27,7 +27,7 @@
|
|||
|
||||
#define EXPORT_C_(type) extern "C" type CALLBACK
|
||||
|
||||
#elif defined(GTK_MAJOR_VERSION)
|
||||
#elif defined(__linux__)
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <cstring>
|
||||
|
@ -190,7 +190,7 @@ struct PluginConf
|
|||
}
|
||||
};
|
||||
|
||||
#if defined(GTK_MAJOR_VERSION)
|
||||
#if defined(__linux__)
|
||||
|
||||
static void SysMessage(const char *fmt, ...)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue