Author: silverblade
Date: Wed Jul 4 22:55:23 2007
New Revision: 27393
URL:
http://svn.reactos.org/svn/reactos?rev=27393&view=rev
Log:
Including <debug.h> 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 ;)
Modified:
trunk/reactos/dll/win32/mmdrv/mmdrv.h
Modified: trunk/reactos/dll/win32/mmdrv/mmdrv.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mmdrv/mmdrv.h?re…
==============================================================================
--- trunk/reactos/dll/win32/mmdrv/mmdrv.h (original)
+++ trunk/reactos/dll/win32/mmdrv/mmdrv.h Wed Jul 4 22:55:23 2007
@@ -18,8 +18,7 @@
#include <mmddk.h>
#include <stdio.h>
-#define DPRINT printf
-
+#include <debug.h>
/* Need to check these */
#define MAX_DEVICES 256