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 ;)


svn path=/trunk/; revision=27393
This commit is contained in:
Andrew Greenwood 2007-07-04 18:55:23 +00:00
parent 1070114e85
commit 9dc5649fa5

View file

@ -18,8 +18,7 @@
#include <mmddk.h>
#include <stdio.h>
#define DPRINT printf
#include <debug.h>
/* Need to check these */
#define MAX_DEVICES 256