From 2ab0a70e5e4a988884b7e94b03c19cb4cba4af9c Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 19 Aug 2002 12:50:21 +0000 Subject: [PATCH] New conifig #if's Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@168 --- src/hardware/dma.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardware/dma.cpp b/src/hardware/dma.cpp index 2ac409b9..a9f2ebe0 100644 --- a/src/hardware/dma.cpp +++ b/src/hardware/dma.cpp @@ -33,7 +33,7 @@ #include "inout.h" #include "dma.h" -#ifdef DEBUG_DMA +#if DEBUG_DMA #define DMA_DEBUG LOG_DEBUG #else #define DMA_DEBUG