mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user