Add the c_unaligned_memory define for visual c
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2131
This commit is contained in:
parent
fb4802a0bb
commit
be3c6487ab
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
|||
/* Define to 1 to use a x86 assembly fpu core */
|
||||
#define C_FPU_X86 1
|
||||
|
||||
/* Define to 1 to use a unaligned memory access */
|
||||
#define C_UNALIGNED_MEMORY 1
|
||||
|
||||
/* environ is defined */
|
||||
#define ENVIRON_INCLUDED 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue