add cGetTTFFromFOT stub. I don't know the number of parameters, but this allows loading gdi32 on win xp using myapp.exe.local

gdi32api test on win xp: 209 tests pass, 62 tests fail.

svn path=/trunk/; revision=30685
This commit is contained in:
Timo Kreuzer 2007-11-23 01:08:47 +00:00
parent 669a391613
commit 5aff597e67
2 changed files with 12 additions and 6 deletions

View file

@ -620,5 +620,5 @@ XLATEOBJ_iXlate@8
XLATEOBJ_piVector@4
bInitSystemAndFontsDirectoriesW@8
bMakePathNameW@16
;cGetTTFFromFOT
cGetTTFFromFOT@4
gdiPlaySpoolStream@24

View file

@ -2488,9 +2488,15 @@ NamedEscape(HDC hdc,
/*
* @unimplemented
*/
DWORD
STDCALL
cGetTTFFromFOT(DWORD unknown)
{
UNIMPLEMENTED;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}