small fix for cGetTTFFromFOT

fix the number of param, 
did do a pedump. on export to found out it is @28
but I need look at my private note later

svn path=/trunk/; revision=30686
This commit is contained in:
Magnus Olsen 2007-11-23 01:38:54 +00:00
parent 5aff597e67
commit 4a7a3ecee7
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -2491,9 +2491,11 @@ NamedEscape(HDC hdc,
/*
* @unimplemented
*/
/* FIXME wrong protypes, it is a fastcall api */
DWORD
STDCALL
cGetTTFFromFOT(DWORD unknown)
cGetTTFFromFOT(DWORD x1 ,DWORD x2 ,DWORD x3, DWORD x4, DWORD x5, DWORD x6, DWORD x7)
{
UNIMPLEMENTED;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);