From 9dc5649fa56de54157cccf3597e8580518c035cf Mon Sep 17 00:00:00 2001 From: Andrew Greenwood Date: Wed, 4 Jul 2007 18:55:23 +0000 Subject: [PATCH] Including in order to use DPRINT rather than my own homebrew equivalent (using printf!) - this should prevent the un-necessary verbose output when starting cmd.exe now ;) svn path=/trunk/; revision=27393 --- reactos/dll/win32/mmdrv/mmdrv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/dll/win32/mmdrv/mmdrv.h b/reactos/dll/win32/mmdrv/mmdrv.h index 1a435fd8ce6..7b17bcb00c3 100644 --- a/reactos/dll/win32/mmdrv/mmdrv.h +++ b/reactos/dll/win32/mmdrv/mmdrv.h @@ -18,8 +18,7 @@ #include #include -#define DPRINT printf - +#include /* Need to check these */ #define MAX_DEVICES 256