- In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build....
[reactos.git] / reactos / dll / win32 / snmpapi / debug.h
index 5f57ca5..87cc8f3 100644 (file)
@@ -19,7 +19,7 @@
 
 ULONG DbgPrint(PCH Format,...);
 
-#ifdef DBG
+#if DBG
 
 extern DWORD DebugTraceLevel;