From 699bd1f1bb443d3043193d5649ffb1279d9fe0b8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 15 Nov 2005 02:36:32 +0000 Subject: various fixes to get things compiling on Windows/MinGW svn path=/trunk/; revision=3906 --- externals/build/src/ENV.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'externals/build/src/ENV.c') diff --git a/externals/build/src/ENV.c b/externals/build/src/ENV.c index 8566c55c..45846b0f 100644 --- a/externals/build/src/ENV.c +++ b/externals/build/src/ENV.c @@ -1 +1,4 @@ +#ifdef WIN32 +#define setenv(a,b,c) _putenv(a) +#endif #include "../../cxc/ENV.c" -- cgit v1.2.1