mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue