mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix compile when DBG is set
svn path=/trunk/; revision=15523
This commit is contained in:
parent
38b2ccb8dd
commit
7d9d552b40
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#include <ddk/ntapi.h>
|
#include <ddk/ntapi.h>
|
||||||
|
|
||||||
#ifdef DBG
|
#ifdef DBG
|
||||||
#define DPRINT(arg) DbgPrint arg;
|
#define DPRINT(arg) DbgPrint(arg)
|
||||||
#else
|
#else
|
||||||
#define DPRINT(arg)
|
#define DPRINT(arg)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue