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