vssapi: Undefine __thiscall before redefining it.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alexandre Julliard 2016-03-16 16:09:41 +09:00
parent e8aa851fe4
commit 71d9791e1c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
WINE_DEFAULT_DEBUG_CHANNEL( vssapi );
#undef __thiscall
#ifdef __i386__ /* thiscall functions are i386-specific */
#define THISCALL(func) __thiscall_ ## func