Change UNIMPLEMENTED to DPRINT1 for NtGdiRemoveFontResource to make the MS Office installer a little more happy
Modified: trunk/reactos/subsys/win32k/objects/text.c
--- trunk/reactos/subsys/win32k/objects/text.c 2005-01-19 03:33:43 UTC (rev 13130) +++ trunk/reactos/subsys/win32k/objects/text.c 2005-01-19 06:51:35 UTC (rev 13131) @@ -2661,7 +2661,7 @@
STDCALL NtGdiRemoveFontResource(LPCWSTR FileName) {
- UNIMPLEMENTED;
+ DPRINT1("NtGdiRemoveFontResource is UNIMPLEMENTED\n");
return FALSE; }