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

Alexandre Julliard julliard at winehq.org
Mon Mar 2 09:01:56 CST 2009


Module: wine
Branch: master
Commit: 3d0c0429ad4bc17277a0061581df70475ff92bd4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3d0c0429ad4bc17277a0061581df70475ff92bd4

Author: Steven Edwards <winehacker at gmail.com>
Date:   Sat Feb 28 12:38:58 2009 -0500

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

---

 include/wine/port.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wine/port.h b/include/wine/port.h
index 817f02b..6318374 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" \




More information about the wine-cvs mailing list