From bef9b40c3904fdffea6cc426c5c82ed3ab70a902 Mon Sep 17 00:00:00 2001 From: michal Date: Thu, 16 Aug 2007 19:42:28 +0100 Subject: Define __WIN32__. --- src/mesa/pipe/p_compiler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mesa') diff --git a/src/mesa/pipe/p_compiler.h b/src/mesa/pipe/p_compiler.h index 51a78bf4f5..4f968404eb 100644 --- a/src/mesa/pipe/p_compiler.h +++ b/src/mesa/pipe/p_compiler.h @@ -33,6 +33,12 @@ #include #include + +#if defined(_WIN32) && !defined(__WIN32__) +#define __WIN32__ +#endif + + typedef unsigned int uint; typedef unsigned char ubyte; typedef unsigned char boolean; -- cgit v1.2.3