1
0
Fork 0

Add default defines for environ being supported in visual c

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1031
This commit is contained in:
Sjoerd van der Berg 2003-06-01 21:40:44 +00:00
parent 66d0d1648b
commit a6c8016499

View file

@ -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