Commit a0190cc2 authored by Alexandre Julliard's avatar Alexandre Julliard

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

This reverts commit bdcc54c1. It breaks with older binutils. Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 480bae10
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment