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:
parent
66d0d1648b
commit
a6c8016499
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue