mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Okay, NtUserFineWindowEx bug fixed.
svn path=/trunk/; revision=4746
This commit is contained in:
parent
6528cf1fdc
commit
34855b5f6b
1 changed files with 1 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* 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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -759,7 +759,6 @@ NtUserFindWindowEx(HWND hwndParent,
|
||||||
LPCWSTR ucClassName,
|
LPCWSTR ucClassName,
|
||||||
LPCWSTR ucWindowName)
|
LPCWSTR ucWindowName)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
HWND windowHandle;
|
HWND windowHandle;
|
||||||
PWINDOW_OBJECT windowObject;
|
PWINDOW_OBJECT windowObject;
|
||||||
|
@ -798,7 +797,6 @@ NtUserFindWindowEx(HWND hwndParent,
|
||||||
ExReleaseFastMutexUnsafe (&PsGetWin32Process()->WindowListLock);
|
ExReleaseFastMutexUnsafe (&PsGetWin32Process()->WindowListLock);
|
||||||
|
|
||||||
ObmDereferenceObject (classObject);
|
ObmDereferenceObject (classObject);
|
||||||
#endif
|
|
||||||
|
|
||||||
return (HWND)0;
|
return (HWND)0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue