- In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build....
[reactos.git] / reactos / dll / win32 / ws2help / ws2help.c
index b52b2bd..d2fd024 100644 (file)
@@ -10,7 +10,7 @@
 #include "ws2help.h"
 
 #include <debug.h>
-#ifdef DBG
+#if DBG
 
 /* See debug.h for debug/trace constants */
 DWORD DebugTraceLevel = MAX_TRACE;