From def39682628f0b5575d61bf5b6ce259c5da11d0c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 14 Nov 2005 21:44:23 +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/ext13/; revision=3901 --- streamout13~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streamout13~.c') diff --git a/streamout13~.c b/streamout13~.c index 95bdfdf..15b7440 100644 --- a/streamout13~.c +++ b/streamout13~.c @@ -13,7 +13,7 @@ #include #endif -#ifdef NT +#ifdef _MSC_VER #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #endif -- cgit v1.2.1