mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 17:30:32 +00: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:
parent
1070114e85
commit
9dc5649fa5
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@
|
||||||
#include <mmddk.h>
|
#include <mmddk.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#define DPRINT printf
|
#include <debug.h>
|
||||||
|
|
||||||
|
|
||||||
/* Need to check these */
|
/* Need to check these */
|
||||||
#define MAX_DEVICES 256
|
#define MAX_DEVICES 256
|
||||||
|
|
Loading…
Reference in a new issue