From 34855b5f6b278f866a2fd3d7f09c1d5477a0e9e1 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Fri, 23 May 2003 23:08:03 +0000 Subject: [PATCH] Okay, NtUserFineWindowEx bug fixed. svn path=/trunk/; revision=4746 --- reactos/subsys/win32k/ntuser/window.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/subsys/win32k/ntuser/window.c b/reactos/subsys/win32k/ntuser/window.c index 1d05eb29972..77c065c7724 100644 --- a/reactos/subsys/win32k/ntuser/window.c +++ b/reactos/subsys/win32k/ntuser/window.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: window.c,v 1.47 2003/05/23 17:07:12 rcampbell Exp $ +/* $Id: window.c,v 1.48 2003/05/23 23:08:03 rcampbell Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -759,7 +759,6 @@ NtUserFindWindowEx(HWND hwndParent, LPCWSTR ucClassName, LPCWSTR ucWindowName) { -#if 0 NTSTATUS status; HWND windowHandle; PWINDOW_OBJECT windowObject; @@ -798,7 +797,6 @@ NtUserFindWindowEx(HWND hwndParent, ExReleaseFastMutexUnsafe (&PsGetWin32Process()->WindowListLock); ObmDereferenceObject (classObject); -#endif return (HWND)0; }