mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Change UNIMPLEMENTED to DPRINT1 for NtGdiRemoveFontResource to make the MS Office installer a little more happy
svn path=/trunk/; revision=13131
This commit is contained in:
parent
5b90245c50
commit
626bad3278
1 changed files with 1 additions and 1 deletions
|
@ -2661,7 +2661,7 @@ BOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
NtGdiRemoveFontResource(LPCWSTR FileName)
|
NtGdiRemoveFontResource(LPCWSTR FileName)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
DPRINT1("NtGdiRemoveFontResource is UNIMPLEMENTED\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue