onepad: add stdcall convention

This commit is contained in:
Gregory Hainaut 2015-04-17 18:31:44 +02:00
parent c456764342
commit e16cb9a00e
1 changed files with 1 additions and 1 deletions

View File

@ -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