Commit 895129ee authored by Martin Fuchs's avatar Martin Fuchs Committed by Alexandre Julliard

Don't use ".previous" for Cygwin build.

parent 67aa858a
......@@ -188,7 +188,7 @@ struct statvfs
/* Macros to define assembler functions somewhat portably */
#if defined(__GNUC__) && !defined(__MINGW32__) && !defined(__APPLE__)
#if defined(__GNUC__) && !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__APPLE__)
# define __ASM_GLOBAL_FUNC(name,code) \
__asm__( ".text\n\t" \
".align 4\n\t" \
......
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