mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +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
|
BOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
NtGdiInit()
|
NtGdiInit()
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
return TRUE;
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue