mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix definiton of DPRINT1 for non-DBG build.
svn path=/trunk/; revision=16879
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
#else
|
||||
|
||||
/* On non-debug builds, we never show these */
|
||||
#define DPRINT1 do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
|
||||
#define DPRINT1(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
|
||||
#define DPRINT(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0)
|
||||
#define CHECKPOINT1
|
||||
#define CHECKPOINT
|
||||
|
||||
Reference in New Issue
Block a user