From e0e900049e5fc1abea1d49f04d75f8dd0aeb9ce7 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Wed, 24 Nov 2004 01:13:59 +0000 Subject: [PATCH] Windows users do NOT have setenv()... git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1425 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/msvc++/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/msvc++/config.h b/sc2/src/msvc++/config.h index 98f2223db..5e43b80d8 100644 --- a/sc2/src/msvc++/config.h +++ b/sc2/src/msvc++/config.h @@ -28,7 +28,7 @@ #undef WORDS_BIGENDIAN /* Defined if your system has setenv of its own */ -#define HAVE_SETENV +#undef HAVE_SETENV /* Defined if your system has strupr of its own */ #define HAVE_STRUPR