mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix a stub.
svn path=/trunk/; revision=30085
This commit is contained in:
parent
3765b77c14
commit
6033dd0e44
1 changed files with 2 additions and 3 deletions
|
@ -3347,14 +3347,13 @@ NtGdiIcmBrushInfo(
|
|||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
NtGdiInit()
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue