Fix definiton of DPRINT1 for non-DBG build.

svn path=/trunk/; revision=16879
This commit is contained in:
Filip Navara 2005-07-29 18:11:04 +00:00
parent e069829247
commit 7559937efb

View file

@ -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