mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
Switch to Wine debuging
svn path=/trunk/; revision=44485
This commit is contained in:
parent
73c2744aad
commit
1bcf7ab2f5
1 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,9 @@
|
||||||
#include <k32.h>
|
#include <k32.h>
|
||||||
#include <reactos/buildno.h>
|
#include <reactos/buildno.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#include <wine/debug.h>
|
||||||
#include <debug.h>
|
|
||||||
|
WINE_DEFAULT_DEBUG_CHANNEL(kernel32Ver);
|
||||||
|
|
||||||
#define UNICODIZE1(x) L##x
|
#define UNICODIZE1(x) L##x
|
||||||
#define UNICODIZE(x) UNICODIZE1(x)
|
#define UNICODIZE(x) UNICODIZE1(x)
|
||||||
|
|
Loading…
Reference in a new issue