[KERNEL32_VISTA]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 26 Apr 2015 06:10:03 +0000 (06:10 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 26 Apr 2015 06:10:03 +0000 (06:10 +0000)
- Silence debug prints

svn path=/trunk/; revision=67431

reactos/dll/win32/kernel32_vista/IdnToAscii.c
reactos/dll/win32/kernel32_vista/IdnToUnicode.c

index 258a039..3cb53b2 100644 (file)
@@ -1,6 +1,8 @@
 
 #define WIN32_NO_STATUS
 #include <wine/unicode.h>
 
 #define WIN32_NO_STATUS
 #include <wine/unicode.h>
+
+#define NDEBUG
 #include <debug.h>
 
 /* Taken from Wine kernel32/locale.c */
 #include <debug.h>
 
 /* Taken from Wine kernel32/locale.c */
index bdfcddf..f90b9e2 100644 (file)
@@ -1,6 +1,8 @@
 
 #define WIN32_NO_STATUS
 #include <wine/unicode.h>
 
 #define WIN32_NO_STATUS
 #include <wine/unicode.h>
+
+#define NDEBUG
 #include <debug.h>
 
 /* Taken from Wine kernel32/locale.c */
 #include <debug.h>
 
 /* Taken from Wine kernel32/locale.c */