Switch to Wine debuging

svn path=/trunk/; revision=44485
This commit is contained in:
Ged Murphy 2009-12-09 16:12:10 +00:00
parent 73c2744aad
commit 1bcf7ab2f5

View file

@ -10,8 +10,9 @@
#include <k32.h>
#include <reactos/buildno.h>
#define NDEBUG
#include <debug.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(kernel32Ver);
#define UNICODIZE1(x) L##x
#define UNICODIZE(x) UNICODIZE1(x)