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/button.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/button.c') diff --git a/gui/button.c b/gui/button.c index 49bfb6d..7eaa7b9 100644 --- a/gui/button.c +++ b/gui/button.c @@ -5,7 +5,7 @@ -#ifdef NT +#ifdef _MSC_VER #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #endif -- cgit v1.2.1