From 63fd1d42168d43bb315edfcb6ac7b77db41fcd5f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 3 Jul 2007 11:04:57 +0000 Subject: updated windows macro to automatically defined _WIN32 to smooth Windows building svn path=/trunk/externals/ggee/; revision=7890 --- gui/w_envgen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/w_envgen.h') 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 #include #include -#ifdef NT +#ifdef _WIN32 #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #define abs fabs -- cgit v1.2.1