Commit 3d0c0429 authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

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

parent 423ffdd1
...@@ -203,7 +203,7 @@ struct statvfs ...@@ -203,7 +203,7 @@ struct statvfs
/* Macros to define assembler functions somewhat portably */ /* 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) \ # define __ASM_GLOBAL_FUNC(name,code) \
__asm__( ".text\n\t" \ __asm__( ".text\n\t" \
".align 4\n\t" \ ".align 4\n\t" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment