common: use stdcall convention too

(Likely used by others null plugins)
This commit is contained in:
Gregory Hainaut 2015-04-17 18:33:26 +02:00
parent 5c8ea74cb9
commit 1cb047687f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <gtk/gtk.h>
#include <cstring>
#define EXPORT_C_(type) extern "C" __attribute__((externally_visible,visibility("default"))) type
#define EXPORT_C_(type) extern "C" __attribute__((stdcall,externally_visible,visibility("default"))) type
#endif
//#include "PS2Edefs.h"