From 895129eec27099571a4ce03e8726fefe999e99a3 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Tue, 5 Oct 2004 18:31:21 +0000 Subject: [PATCH] Don't use ".previous" for Cygwin build. --- include/wine/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \