aboutsummaryrefslogtreecommitdiff
path: root/aenv~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-15 00:21:15 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:35:59 +0200
commitf94fb6d794bc6a1c00c7884293147fffad41913f (patch)
tree381a8f399defb8909a318c01c22d58dd60e065a4 /aenv~.c
parent05d856cc9eb14389b5851839fbddb0c56d1e8974 (diff)
cleaned up for the build system: made pragmas for MSVC only, and renamed helpfile to standard name
svn path=/trunk/externals/bsaylor/; revision=3905
Diffstat (limited to 'aenv~.c')
-rw-r--r--aenv~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aenv~.c b/aenv~.c
index 047b155..1fb476c 100644
--- a/aenv~.c
+++ b/aenv~.c
@@ -17,7 +17,7 @@
#include "m_pd.h"
-#ifdef NT
+#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif