aboutsummaryrefslogtreecommitdiff
path: root/gui/w_envgen.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-03 11:04:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-03 11:04:57 +0000
commit63fd1d42168d43bb315edfcb6ac7b77db41fcd5f (patch)
tree1074056ad9daac0d323043255aa143721c760a42 /gui/w_envgen.h
parent2accab0d836db1fdaf41ffb92cd7ce27467bfebb (diff)
updated windows macro to automatically defined _WIN32 to smooth Windows building
svn path=/trunk/externals/ggee/; revision=7890
Diffstat (limited to 'gui/w_envgen.h')
-rwxr-xr-xgui/w_envgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/w_envgen.h b/gui/w_envgen.h
index c7acd81..1cf0081 100755
--- a/gui/w_envgen.h
+++ b/gui/w_envgen.h
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
-#ifdef NT
+#ifdef _WIN32
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#define abs fabs