Index: include/reactos/debug.h =================================================================== --- include/reactos/debug.h (revision 70185) +++ include/reactos/debug.h (working copy) @@ -108,11 +108,7 @@ #else -#if defined(_MSC_VER) - #define DPRINT __noop -#else #define DPRINT(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) -#endif #endif