diff options
author | Kendall Bennett <[email protected]> | 2003-10-14 23:47:21 +0000 |
---|---|---|
committer | Kendall Bennett <[email protected]> | 2003-10-14 23:47:21 +0000 |
commit | 9b77fb7dab3fd4e4a9228e5c0609cc494aa01211 (patch) | |
tree | cc24706e9e04b1848c4e3a321b74a20653237959 /src/mesa/main/dispatch.c | |
parent | 0f22705b0b3927beead3b88b5fc745579c35a5ae (diff) |
Updates to x86 assembler support for Open Watcom and SNAP
Diffstat (limited to 'src/mesa/main/dispatch.c')
-rw-r--r-- | src/mesa/main/dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c index 87dc64f02d9..4bda6e1047e 100644 --- a/src/mesa/main/dispatch.c +++ b/src/mesa/main/dispatch.c @@ -41,7 +41,7 @@ #include "glthread.h" -#if !(defined(USE_X86_ASM) || defined(USE_SPARC_ASM)) +#if !(defined(USE_X86_ASM) || defined(USE_SPARC_ASM)) || defined(__SCITECH_SNAP__) #if defined(WIN32) #define KEYWORD1 GLAPI |