mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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
|
||||
NtGdiRemoveFontResource(LPCWSTR FileName)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
DPRINT1("NtGdiRemoveFontResource is UNIMPLEMENTED\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue