include: Fix ASM_CFI definition.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
André Hentschel 2019-05-15 21:42:02 +02:00 committed by Alexandre Julliard
parent d074fbe723
commit f2503a3e0d
1 changed files with 1 additions and 1 deletions

View File

@ -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