Fix a stub.
authorJames Tabor <james.tabor@reactos.org>
Sat, 3 Nov 2007 01:30:04 +0000 (01:30 +0000)
committerJames Tabor <james.tabor@reactos.org>
Sat, 3 Nov 2007 01:30:04 +0000 (01:30 +0000)
svn path=/trunk/; revision=30085

reactos/subsystems/win32/win32k/stubs/stubs.c

index 9107dda..b6e71b5 100644 (file)
@@ -3347,14 +3347,13 @@ NtGdiIcmBrushInfo(
 }
 
  /*
- * @unimplemented
+ * @implemented
  */
 BOOL
 STDCALL
 NtGdiInit()
 {
-    UNIMPLEMENTED;
-    return FALSE;
+    return TRUE;
 }
 
  /*