Louis Lenders : usp10: Added stub for ScriptGetCMap.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 14 10:46:47 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 9acfd6beb6abfeb5b8b68180e5e80dfbb743ac92
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=9acfd6beb6abfeb5b8b68180e5e80dfbb743ac92

Author: Louis Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Tue Feb 14 17:38:47 2006 +0100

usp10: Added stub for ScriptGetCMap.

---

 dlls/usp10/usp10.c    |   11 +++++++++++
 dlls/usp10/usp10.spec |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c
index f871ddc..6fe2f6c 100644
--- a/dlls/usp10/usp10.c
+++ b/dlls/usp10/usp10.c
@@ -212,3 +212,14 @@ HRESULT WINAPI ScriptPlace(HDC hdc, SCRI
     return E_NOTIMPL;
 
 }
+
+/***********************************************************************
+ *      ScriptGetCMap (USP10.@)
+ *
+ */
+HRESULT WINAPI ScriptGetCMap(HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcInChars,
+			      int cChars, DWORD dwFlags, WORD *pwOutGlyphs)
+{
+    FIXME("(%p,%p,%s,%d,0x%lx,%p): stub\n", hdc, psc, debugstr_w(pwcInChars), cChars, dwFlags, pwOutGlyphs);
+    return E_NOTIMPL;
+}
diff --git a/dlls/usp10/usp10.spec b/dlls/usp10/usp10.spec
index ea1f2d5..ffc2e95 100644
--- a/dlls/usp10/usp10.spec
+++ b/dlls/usp10/usp10.spec
@@ -5,7 +5,7 @@
 @ stub ScriptCPtoX
 @ stub ScriptCacheGetHeight
 @ stdcall ScriptFreeCache(ptr)
-@ stub ScriptGetCMap
+@ stdcall ScriptGetCMap(ptr ptr ptr long long ptr)
 @ stdcall ScriptGetFontProperties(long ptr ptr)
 @ stub ScriptGetGlyphABCWidth
 @ stub ScriptGetLogicalWidths




More information about the wine-cvs mailing list