gallium: Fix preprocessor logic.

This commit is contained in:
Michal Krol
2008-05-31 18:40:00 +02:00
parent 13581958bd
commit 9046d1acfa

View File

@@ -410,7 +410,7 @@ extern void pipe_copy_rect(ubyte * dst, unsigned cpp, unsigned dst_pitch,
#if !defined(_MSC_VER) && _MSC_VER < 0x800
#if !defined(_MSC_VER) || _MSC_VER < 0x800
#if !defined(_INC_MATH) || !defined(__cplusplus)
static INLINE float cosf( float f )