Module: wine Branch: master Commit: 3d0c0429ad4bc17277a0061581df70475ff92bd4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3d0c0429ad4bc17277a0061581...
Author: Steven Edwards winehacker@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" \