Module: wine Branch: master Commit: f2503a3e0d10bb563bc7ab62c6ff5093e6ad3f15 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f2503a3e0d10bb563bc7ab62c...
Author: André Hentschel nerv@dawncrow.de Date: Wed May 15 21:42:02 2019 +0200
include: Fix ASM_CFI definition.
Signed-off-by: André Hentschel nerv@dawncrow.de Signed-off-by: Alexandre Julliard julliard@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 a581b12..44b01c8 100644 --- a/include/wine/asm.h +++ b/include/wine/asm.h @@ -36,7 +36,7 @@ #ifdef __GCC_HAVE_DWARF2_CFI_ASM # define __ASM_CFI(str) str #else -# define __ASM_CFI(str) str +# define __ASM_CFI(str) #endif
#ifdef _WIN32