From be3c6487ab9e8f1b7c0c9b5c9341a56023bb2145 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Thu, 24 Mar 2005 09:18:14 +0000 Subject: [PATCH] Add the c_unaligned_memory define for visual c Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2131 --- src/platform/visualc/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index d9e66c87..d28a4629 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -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