Paul Chitescu : t2embed: Forward several stdcall-decorated names to existing undecorated stubs.

Alexandre Julliard julliard at winehq.org
Mon Jul 19 11:05:37 CDT 2010


Module: wine
Branch: master
Commit: d067814127c332e3b62e7896b963f678d2fc46e8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d067814127c332e3b62e7896b963f678d2fc46e8

Author: Paul Chitescu <paulc at voip.null.ro>
Date:   Mon Jul 19 14:53:33 2010 +0300

t2embed: Forward several stdcall-decorated names to existing undecorated stubs.

---

 dlls/t2embed/t2embed.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/t2embed/t2embed.spec b/dlls/t2embed/t2embed.spec
index 12f8a6a..2566fa2 100644
--- a/dlls/t2embed/t2embed.spec
+++ b/dlls/t2embed/t2embed.spec
@@ -15,10 +15,10 @@
 @ stub _TTEmbedFontFromFileA at 52
 @ stub _TTEnableEmbeddingForFacename at 8
 @ stub _TTGetEmbeddedFontInfo at 28
-@ stub _TTGetEmbeddingType at 8
-@ stub _TTIsEmbeddingEnabled at 8
+@ stdcall _TTGetEmbeddingType at 8(ptr ptr) TTGetEmbeddingType
+@ stdcall _TTIsEmbeddingEnabled at 8(ptr ptr) TTIsEmbeddingEnabled
 @ stub _TTIsEmbeddingEnabledForFacename at 8
-@ stub _TTLoadEmbeddedFont at 40
+@ stdcall _TTLoadEmbeddedFont at 40(ptr long ptr long ptr ptr ptr wstr str ptr) TTLoadEmbeddedFont
 @ stub _TTRunValidationTests at 8
 @ stub TTEmbedFontEx
 @ stub TTRunValidationTestsEx




More information about the wine-cvs mailing list