Commit 71d9791e authored by Alexandre Julliard's avatar Alexandre Julliard

vssapi: Undefine __thiscall before redefining it.

parent e8aa851f
......@@ -26,6 +26,7 @@
WINE_DEFAULT_DEBUG_CHANNEL( vssapi );
#undef __thiscall
#ifdef __i386__ /* thiscall functions are i386-specific */
#define THISCALL(func) __thiscall_ ## func
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment