mirror of https://github.com/PCSX2/pcsx2.git
onepad: add stdcall convention
This commit is contained in:
parent
c456764342
commit
e16cb9a00e
|
@ -57,7 +57,7 @@ using namespace std;
|
|||
#ifdef _MSC_VER
|
||||
#define EXPORT_C_(type) extern "C" __declspec(dllexport) 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
|
||||
|
||||
enum PadOptions
|
||||
|
|
Loading…
Reference in New Issue