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

This commit is contained in:
Martin Fuchs 2004-10-05 18:31:21 +00:00 committed by Alexandre Julliard
parent 67aa858a31
commit 895129eec2
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ struct statvfs
/* Macros to define assembler functions somewhat portably */ /* 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) \ # define __ASM_GLOBAL_FUNC(name,code) \
__asm__( ".text\n\t" \ __asm__( ".text\n\t" \
".align 4\n\t" \ ".align 4\n\t" \