vssapi: Undefine __thiscall before redefining it.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e8aa851fe4
commit
71d9791e1c
|
@ -26,6 +26,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL( vssapi );
|
||||
|
||||
#undef __thiscall
|
||||
#ifdef __i386__ /* thiscall functions are i386-specific */
|
||||
|
||||
#define THISCALL(func) __thiscall_ ## func
|
||||
|
|
Loading…
Reference in New Issue