include: Add check to asm macro for Windows Services for Unix/Subsystem for Unix applications.

This commit is contained in:
Steven Edwards 2009-02-28 12:38:58 -05:00 committed by Alexandre Julliard
parent 423ffdd10f
commit 3d0c0429ad
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ struct statvfs
/* Macros to define assembler functions somewhat portably */
#if defined(__GNUC__) && !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__APPLE__)
#if defined(__GNUC__) && !defined(__INTERIX) && !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__APPLE__)
# define __ASM_GLOBAL_FUNC(name,code) \
__asm__( ".text\n\t" \
".align 4\n\t" \