Fix a stub.

svn path=/trunk/; revision=30085
This commit is contained in:
James Tabor 2007-11-03 01:30:04 +00:00
parent 3765b77c14
commit 6033dd0e44

View file

@ -3347,14 +3347,13 @@ NtGdiIcmBrushInfo(
} }
/* /*
* @unimplemented * @implemented
*/ */
BOOL BOOL
STDCALL STDCALL
NtGdiInit() NtGdiInit()
{ {
UNIMPLEMENTED; return TRUE;
return FALSE;
} }
/* /*