Merge trunk head (r41474)
[reactos.git] / reactos / ntoskrnl / include / internal / ps.h
index 40d734c..405cc41 100644 (file)
@@ -9,7 +9,7 @@
 //
 // Define this if you want debugging support
 //
-#define _PS_DEBUG_                                      0x01
+#define _PS_DEBUG_                                      0x00
 
 //
 // These define the Debug Masks Supported
@@ -52,9 +52,9 @@
             "Pointer Count [%p] @%d: %lx\n",                \
             x,                                              \
             __LINE__,                                       \
-            OBJECT_TO_OBJECT_HEADER(x)->PointerCount);
+            OBJECT_TO_OBJECT_HEADER(x)->PointerCount)
 #else
-#define PSTRACE(x, ...) DPRINT(__VA_ARGS__);
+#define PSTRACE(x, ...) DPRINT(__VA_ARGS__)
 #define PSREFTRACE(x)
 #endif