mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[KERNEL32_VISTA]
- Silence debug prints svn path=/trunk/; revision=67431
This commit is contained in:
parent
7d4ae22417
commit
135c8b4904
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* Taken from Wine kernel32/locale.c */
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* Taken from Wine kernel32/locale.c */
|
||||
|
|
Loading…
Reference in a new issue