Commit f2503a3e authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

include: Fix ASM_CFI definition.

parent d074fbe7
......@@ -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
......
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