aboutsummaryrefslogtreecommitdiff
path: root/zhzxh~
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-12 01:57:42 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:35:35 +0200
commitdb023b0ddcc1ce83933f80589ada489a516028ba (patch)
treefe239aaa27099381bcaf5bcccf76748902f0d8eb /zhzxh~
parent7ace8997aa8ecd2e3fe6d05e5df2af77fcc8f17a (diff)
small fix for MinGW
svn path=/trunk/externals/zhzxh~/; revision=4191
Diffstat (limited to 'zhzxh~')
-rw-r--r--zhzxh~/zhzxh~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zhzxh~/zhzxh~.c b/zhzxh~/zhzxh~.c
index 59a80d2..35fc054 100644
--- a/zhzxh~/zhzxh~.c
+++ b/zhzxh~/zhzxh~.c
@@ -17,7 +17,7 @@
#include "m_pd.h"
-#ifdef NT
+#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif