include: Fix ASM_CFI definition.
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d074fbe723
commit
f2503a3e0d
|
@ -36,7 +36,7 @@
|
||||||
#ifdef __GCC_HAVE_DWARF2_CFI_ASM
|
#ifdef __GCC_HAVE_DWARF2_CFI_ASM
|
||||||
# define __ASM_CFI(str) str
|
# define __ASM_CFI(str) str
|
||||||
#else
|
#else
|
||||||
# define __ASM_CFI(str) str
|
# define __ASM_CFI(str)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
Loading…
Reference in New Issue