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