[CRT] Import wine exception handling code
[reactos.git] / sdk / include / reactos / wine / asm.h
index 41a5de3..14406b7 100644 (file)
 
 /* thiscall support */
 
+#ifdef _MSC_VER
+#define __thiscall __stdcall
+#endif
+
 #if defined(__i386__) && !defined(__MINGW32__)
 
 # ifdef _MSC_VER