Author: fireball Date: Tue Feb 9 21:04:48 2010 New Revision: 45537
URL: http://svn.reactos.org/svn/reactos?rev=45537&view=rev Log: - We are always using client side fonts, so remove the unimplemented warning from RosDrv_EnumDeviceFonts.
Modified: branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c
Modified: branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winent... ============================================================================== --- branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c [iso-8859-1] (original) +++ branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c [iso-8859-1] Tue Feb 9 21:04:48 2010 @@ -243,7 +243,7 @@ BOOL CDECL RosDrv_EnumDeviceFonts( NTDRV_PDEVICE *physDev, LPLOGFONTW plf, FONTENUMPROCW proc, LPARAM lp ) { - UNIMPLEMENTED; + /* We're always using client-side fonts. */ return FALSE; }