From 136be81331c24f12a7e7ca737f482d6996ffa985 Mon Sep 17 00:00:00 2001 From: Saveliy Tretiakov Date: Sat, 10 Mar 2007 10:40:11 +0000 Subject: [PATCH] Disable debug (second attempt svn path=/trunk/; revision=26054 --- reactos/subsystems/win32/win32k/ntuser/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/window.c b/reactos/subsystems/win32/win32k/ntuser/window.c index 77b2aaa4f84..aa9509fcd0c 100644 --- a/reactos/subsystems/win32/win32k/ntuser/window.c +++ b/reactos/subsystems/win32/win32k/ntuser/window.c @@ -30,7 +30,7 @@ #include -//#define YDEBUG +#define NDEBUG #include /* dialog resources appear to pass this in 16 bits, handle them properly */