Sync with trunk (r48545)
[reactos.git] / dll / win32 / kernel32 / file / lock.c
index 60c7133..6cb3860 100644 (file)
@@ -14,9 +14,9 @@
 /* INCLUDES ****************************************************************/
 
 #include <k32.h>
 /* INCLUDES ****************************************************************/
 
 #include <k32.h>
-#include <wine/debug.h>
-
-WINE_DEFAULT_DEBUG_CHANNEL(kernel32file);
+#define NDEBUG
+#include <debug.h>
+static ULONG gDebugChannel = kernel32file;
 
 /* FUNCTIONS ****************************************************************/
 
 
 /* FUNCTIONS ****************************************************************/