mirror of https://github.com/PCSX2/pcsx2.git
common: use stdcall convention too
(Likely used by others null plugins)
This commit is contained in:
parent
5c8ea74cb9
commit
1cb047687f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue