Index: include/usp10.h
===================================================================
RCS file: /home/wine/wine/include/usp10.h,v
retrieving revision 1.2
diff -u -r1.2 usp10.h
--- include/usp10.h	1 Aug 2005 09:18:53 -0000	1.2
+++ include/usp10.h	26 Sep 2005 22:49:23 -0000
@@ -108,5 +108,5 @@
                              const SCRIPT_CONTROL *psControl, const SCRIPT_STATE *psState, 
                              SCRIPT_ITEM *pItems, int *pcItems);
 HRESULT WINAPI ScriptGetFontProperties(HDC hdc, SCRIPT_CACHE *psc, SCRIPT_FONTPROPERTIES *sfp);
-
+HRESULT WINAPI ScriptCacheGetHeight(HDC hdc, SCRIPT_CACHE *psc, long *tmHeight );
 #endif /* __USP10_H */
Index: dlls/usp10/usp10.c
===================================================================
RCS file: /home/wine/wine/dlls/usp10/usp10.c,v
retrieving revision 1.3
diff -u -r1.3 usp10.c
--- dlls/usp10/usp10.c	10 Aug 2005 09:51:40 -0000	1.3
+++ dlls/usp10/usp10.c	26 Sep 2005 22:49:23 -0000
@@ -87,3 +87,9 @@
           psControl, psState, pItems, pcItems);
     return E_INVALIDARG;
 }
+
+HRESULT WINAPI ScriptCacheGetHeight(HDC hdc, SCRIPT_CACHE *psc, long *tmHeight )
+{
+    FIXME("%p,%p,%p\n",hdc,psc,tmHeight);
+    return E_NOTIMPL;
+}
\ No newline at end of file
Index: dlls/usp10/usp10.spec
===================================================================
RCS file: /home/wine/wine/dlls/usp10/usp10.spec,v
retrieving revision 1.3
diff -u -r1.3 usp10.spec
--- dlls/usp10/usp10.spec	1 Aug 2005 14:52:01 -0000	1.3
+++ dlls/usp10/usp10.spec	26 Sep 2005 22:49:23 -0000
@@ -3,7 +3,7 @@
 @ stub ScriptApplyLogicalWidth
 @ stub ScriptBreak
 @ stub ScriptCPtoX
-@ stub ScriptCacheGetHeight
+@ stdcall ScriptCacheGetHeight(long ptr ptr)
 @ stub ScriptFreeCache
 @ stub ScriptGetCMap
 @ stdcall ScriptGetFontProperties(long ptr ptr)
