Alexandre Julliard : Revert "wine/asm.h: Quote stdcall decored symbols."

Alexandre Julliard julliard at winehq.org
Tue Aug 27 03:45:10 CDT 2019


Module: wine
Branch: master
Commit: a0190cc27c609ebd96bd2f31811ac81c0ea4c511
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a0190cc27c609ebd96bd2f31811ac81c0ea4c511

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Aug 27 10:12:29 2019 +0200

Revert "wine/asm.h: Quote stdcall decored symbols."

This reverts commit bdcc54c19d7356077362e7001aa9c4a08919af89.
It breaks with older binutils.

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

---

 include/wine/asm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wine/asm.h b/include/wine/asm.h
index 66062c0..01dfdb1 100644
--- a/include/wine/asm.h
+++ b/include/wine/asm.h
@@ -28,7 +28,7 @@
 #endif
 
 #if defined(_WIN32) && defined(__i386__)
-# define __ASM_STDCALL(name,args) "\"" __ASM_NAME(name) "@" #args "\""
+# define __ASM_STDCALL(name,args) __ASM_NAME(name) "@" #args
 #else
 # define __ASM_STDCALL(name,args) __ASM_NAME(name)
 #endif




More information about the wine-cvs mailing list