mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +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 <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)
|
||||
|
|
Loading…
Reference in a new issue