plugins: try to untangle the CALLBACK mess
[pcsx_rearmed.git] / include / psemu_plugin_defs.h
index 9986654..fa62627 100644 (file)
@@ -5,6 +5,10 @@
 extern "C" {
 #endif
 
+// this can't be __stdcall like it was in PSEmu API as too many functions are mixed up
+#undef CALLBACK
+#define CALLBACK
+
 // header version
 #define _PPDK_HEADER_VERSION           3