From 0cee2d88e87b063e5e22492e6f2e2cb1b0ef1fe2 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 22 Aug 2002 10:47:25 +0000 Subject: [PATCH] C_MAX_MEMSIZE - > C_MAX_MEM_SIZE Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@202 --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index 8f38384e..c1b900b8 100644 --- a/config.h.in +++ b/config.h.in @@ -34,7 +34,7 @@ #define C_FPU 0 /* Maximum amount of memory we can support in megabytes*/ -#define C_MEM_MAXSIZE 16 +#define C_MEM_MAX_SIZE 16 /* Maximum memory available for xms, should be lower than maxsize-1 */ #define C_MEM_XMS_SIZE 8