From a6c80164995c7fff85e4dad83540c33cc0d74a69 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 1 Jun 2003 21:40:44 +0000 Subject: [PATCH] Add default defines for environ being supported in visual c Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1031 --- src/platform/visualc/config.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index ca9fb168..45bb58be 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -17,6 +17,12 @@ /* Enable the FPU module, still only for beta testing */ #define C_FPU 0 +/* environ is defined */ +#define ENVIRON_INCLUDED 1 + +/* environ can be linked */ +#define ENVIRON_LINKED 1 + /* Maximum memory address range in megabytes */ #define C_MEM_MAX_SIZE 12