mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
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:
@@ -18,8 +18,7 @@
|
||||
#include <mmddk.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#define DPRINT printf
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* Need to check these */
|
||||
#define MAX_DEVICES 256
|
||||
|
||||
Reference in New Issue
Block a user