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 --- ftos.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ftos.c') diff --git a/ftos.c b/ftos.c index bad8389..ee0d3d0 100644 --- a/ftos.c +++ b/ftos.c @@ -1,13 +1,13 @@ #include "ext13.h" #include "m_pd.h" #include -#include +#include #ifndef NT #include -#endif +#endif #include -#ifdef NT +#ifdef _MSC_VER #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #endif -- cgit v1.2.1