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:
Steven Edwards 2005-01-19 06:51:35 +00:00
parent 5b90245c50
commit 626bad3278

View file

@ -2661,7 +2661,7 @@ BOOL
STDCALL
NtGdiRemoveFontResource(LPCWSTR FileName)
{
UNIMPLEMENTED;
DPRINT1("NtGdiRemoveFontResource is UNIMPLEMENTED\n");
return FALSE;
}