Sync with trunk (r48545)
[reactos.git] / dll / win32 / kernel32 / misc / actctx.c
index 5710a8f..2cf99fe 100644 (file)
 /* synched with wine 1.1.26 */
 
 #include <k32.h>
-
-#include "wine/debug.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(actctx);
+#define NDEBUG
+#include <debug.h>
+static ULONG gDebugChannel = actctx;
 
 #define ACTCTX_FAKE_HANDLE ((HANDLE) 0xf00baa)