branch update for HEAD-2003050101
[reactos.git] / lib / user32 / windows / dc.c
index 37bf923..7437e8d 100644 (file)
@@ -56,7 +56,7 @@ STDCALL
 GetWindowDC(
   HWND hWnd)
 {
-  return (HDC)0;
+  return (HDC)NtUserGetWindowDC(hWnd);
 }
 int
 STDCALL