aboutsummaryrefslogtreecommitdiff
path: root/aenv~/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:36 +0200
commit5c39f588855fe8272b13fd82b4ca68df39da455e (patch)
treeb63bd88b7800f684c5c8643538b30e2f449ab94f /aenv~/aenv~.c
parentf976fafd57b42c2b95e57b788ac8f0720af05a0f (diff)
cleaned up for the build system: made pragmas for MSVC only, and renamed helpfile to standard name
svn path=/trunk/externals/aenv~/; revision=3905
Diffstat (limited to 'aenv~/aenv~.c')
-rw-r--r--aenv~/aenv~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aenv~/aenv~.c b/aenv~/aenv~.c
index 047b155..1fb476c 100644
--- a/aenv~/aenv~.c
+++ b/aenv~/aenv~.c
@@ -17,7 +17,7 @@
#include "m_pd.h"
-#ifdef NT
+#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif