Added GWL_ID to NtUserGetWindowLong. Not implemented yet. Just there to prevent...
authorRichard Campbell <betam4x@gmail.com>
Mon, 3 Mar 2003 18:57:26 +0000 (18:57 +0000)
committerRichard Campbell <betam4x@gmail.com>
Mon, 3 Mar 2003 18:57:26 +0000 (18:57 +0000)
svn path=/trunk/; revision=4233

reactos/subsys/win32k/ntuser/window.c

index 3d6b25a..55bef24 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: window.c,v 1.21 2003/01/24 22:42:15 jfilby Exp $
+/* $Id: window.c,v 1.22 2003/03/03 18:57:26 rcampbell Exp $
  *
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
@@ -938,7 +938,9 @@ NtUserGetWindowLong(HWND hWnd, DWORD Index)
        Result = (DWORD)WindowObject->Class->Class.lpfnWndProc; 
        break;
       }
-
+    case GWL_ID:
+    break;
+    
     default:
       {
        DPRINT1("NtUserGetWindowLong(): Unsupported index %d\n", Index);