linux compilation fix

This commit is contained in:
Gregory Hainaut 2016-01-08 22:35:55 +01:00
parent 74db92bee4
commit de2b97c640
1 changed files with 2 additions and 2 deletions

View File

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