mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Allow NtGdiCreateScaleableFontResource to keep going.
(This allows OpenOffice 1.1.1 to load) svn path=/trunk/; revision=11213
This commit is contained in:
parent
7c750ecdd6
commit
42906c61fc
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: text.c,v 1.111 2004/09/13 17:17:17 gvg Exp $ */
|
||||
/* $Id: text.c,v 1.112 2004/10/07 05:26:54 sedwards Exp $ */
|
||||
#include <w32k.h>
|
||||
|
||||
#include <ft2build.h>
|
||||
|
@ -652,7 +652,7 @@ NtGdiCreateScalableFontResource(DWORD Hidden,
|
|||
LPCWSTR FontFile,
|
||||
LPCWSTR CurrentPath)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
DPRINT1("NtGdiCreateScalableFontResource - is unimplemented, have a nice day and keep going");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue