mirror of https://github.com/PCSX2/pcsx2.git
zzogl: add stdcall convention
This commit is contained in:
parent
e16cb9a00e
commit
8e3dab7e11
|
@ -35,7 +35,7 @@ extern float fFPS;
|
|||
#ifdef _MSC_VER
|
||||
#define EXPORT_C_(type) extern "C" type CALLBACK
|
||||
#else
|
||||
#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
|
||||
|
||||
extern int g_LastCRC;
|
||||
|
|
Loading…
Reference in New Issue