Actually, compile errors, let me fix first.
authorRichard Campbell <betam4x@gmail.com>
Fri, 23 May 2003 23:12:02 +0000 (23:12 +0000)
committerRichard Campbell <betam4x@gmail.com>
Fri, 23 May 2003 23:12:02 +0000 (23:12 +0000)
svn path=/trunk/; revision=4747

reactos/subsys/win32k/ntuser/window.c

index 77c065c..2dfbb44 100644 (file)
@@ -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.48 2003/05/23 23:08:03 rcampbell Exp $
+/* $Id: window.c,v 1.49 2003/05/23 23:12:02 rcampbell Exp $
  *
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
@@ -759,6 +759,7 @@ NtUserFindWindowEx(HWND hwndParent,
                   LPCWSTR ucClassName,
                   LPCWSTR ucWindowName)
 {
+#if 0
   NTSTATUS status;
   HWND windowHandle;
   PWINDOW_OBJECT windowObject;
@@ -797,6 +798,7 @@ NtUserFindWindowEx(HWND hwndParent,
   ExReleaseFastMutexUnsafe (&PsGetWin32Process()->WindowListLock);
   
   ObmDereferenceObject (classObject);
+#endif
 
   return  (HWND)0;
 }