From c1419b43ea354fa04360450ae4f64612df065099 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 14 Nov 2005 21:59:09 +0000 Subject: these pragmas are only used for MSVC, not MinGW or Cygwin, therefore changing the define from NT to _MSC_VER svn path=/trunk/externals/ggee/; revision=3903 --- gui/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/image.c') diff --git a/gui/image.c b/gui/image.c index d3134d6..f04f755 100644 --- a/gui/image.c +++ b/gui/image.c @@ -1,7 +1,7 @@ #include #include "g_canvas.h" -#ifdef NT +#ifdef _MSC_VER #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #endif -- cgit v1.2.1