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