From e2798548a8f6400d79ea1a727503add252e8785a Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 4 Jan 2001 18:25:57 +0000 Subject: [PATCH] make mingw compatable --- include/glquake.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/glquake.h b/include/glquake.h index 7c5acac..d4921a9 100644 --- a/include/glquake.h +++ b/include/glquake.h @@ -33,7 +33,7 @@ # include "config.h" #endif -#ifdef _WIN32 +#if defined(_WIN32) && !defined(__GNUC__) // disable data conversion warnings // FIXME: move that somewhere else -- yan #pragma warning(disable : 4244) // MIPS