diff --git a/include/wine/port.h b/include/wine/port.h index b4b1a26c440..c1d18d9a7a2 100644 --- a/include/wine/port.h +++ b/include/wine/port.h @@ -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" \