1
0
Fork 0

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:
Sjoerd van der Berg 2005-03-24 09:18:14 +00:00
parent fb4802a0bb
commit be3c6487ab

View file

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