diff options
author | Brian Paul <[email protected]> | 2003-06-10 19:06:20 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-06-10 19:06:20 +0000 |
commit | 5f3439916b74ed792ad12d1e614a2a5bc0a94b3a (patch) | |
tree | ebf05c717eadbd1c290e0f8cf336122774e74414 /src/mesa/swrast | |
parent | 5e04bcf6de7a0fceb8ea0893238919c24cef137d (diff) |
fixes for x86 builds
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_blend.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mesa/swrast/s_blend.c b/src/mesa/swrast/s_blend.c index d2b47cb3b96..345df378ff0 100644 --- a/src/mesa/swrast/s_blend.c +++ b/src/mesa/swrast/s_blend.c @@ -1,9 +1,8 @@ - /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 5.1 * - * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -37,8 +36,8 @@ #if defined(USE_MMX_ASM) -#include "X86/mmx.h" -#include "X86/common_x86_asm.h" +#include "x86/mmx.h" +#include "x86/common_x86_asm.h" #define _BLENDAPI _ASMAPI #else #define _BLENDAPI |