Revert "wine/asm.h: Quote stdcall decored symbols."
This reverts commit bdcc54c19d
.
It breaks with older binutils.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
480bae108c
commit
a0190cc27c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue