Alexandre Julliard : vssapi: Undefine __thiscall before redefining it.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 16 11:36:41 CDT 2016


Module: wine
Branch: master
Commit: 71d9791e1c85a35b2f96f1eb4ccf04487794046f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=71d9791e1c85a35b2f96f1eb4ccf04487794046f

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Mar 16 16:09:41 2016 +0900

vssapi: Undefine __thiscall before redefining it.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/vssapi/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/vssapi/main.c b/dlls/vssapi/main.c
index 133f4c5..9234544 100644
--- a/dlls/vssapi/main.c
+++ b/dlls/vssapi/main.c
@@ -26,6 +26,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL( vssapi );
 
+#undef __thiscall
 #ifdef __i386__  /* thiscall functions are i386-specific */
 
 #define THISCALL(func) __thiscall_ ## func




More information about the wine-cvs mailing list