From 3d0c0429ad4bc17277a0061581df70475ff92bd4 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Sat, 28 Feb 2009 12:38:58 -0500 Subject: [PATCH] include: Add check to asm macro for Windows Services for Unix/Subsystem for Unix applications. --- 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 817f02b76e4..6318374928b 100644 --- a/include/wine/port.h +++ b/include/wine/port.h @@ -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" \