diff options
author | Daniel Borca <[email protected]> | 2003-10-23 13:28:05 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2003-10-23 13:28:05 +0000 |
commit | 79fa6b98818bc0e6e1bfb221aeccbe3b08d7ae8a (patch) | |
tree | ec627b8c60ab9db49b0763522d00cfedac5d95dd /src/mesa/x86/glapi_x86.S | |
parent | 76692c5ce2a5fab129c91f870e9b9459edd9838e (diff) |
more MinGW fixes
Diffstat (limited to 'src/mesa/x86/glapi_x86.S')
-rw-r--r-- | src/mesa/x86/glapi_x86.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86/glapi_x86.S b/src/mesa/x86/glapi_x86.S index 9f79438c858..6ad65e6d5a3 100644 --- a/src/mesa/x86/glapi_x86.S +++ b/src/mesa/x86/glapi_x86.S @@ -14,7 +14,7 @@ #define GL_OFFSET(x) CODEPTR(REGOFF(4 * x, EAX)) -#if defined(GNU_ASSEMBLER) && !defined(DJGPP) +#if defined(GNU_ASSEMBLER) && !defined(__DJGPP__) && !defined(__MINGW32__) #define GLOBL_FN(x) GLOBL x ; .type x,@function #else #define GLOBL_FN(x) GLOBL x |