diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-12 01:57:42 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 13:36:00 +0200 |
commit | dac2e8e0cb5980d41dc3879338816d6f52a5ff8a (patch) | |
tree | 69b6ae67237c2912c455c0899c96b6386953495d | |
parent | f94fb6d794bc6a1c00c7884293147fffad41913f (diff) |
small fix for MinGW
svn path=/trunk/externals/bsaylor/; revision=4191
-rw-r--r-- | zhzxh~.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ #include "m_pd.h"
-#ifdef NT
+#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif
|