Zebediah Figura : typelib: Implement several IIDs.

Alexandre Julliard julliard at winehq.org
Thu Feb 2 15:49:28 CST 2017


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Feb  2 12:27:13 2017 -0600

typelib: Implement several IIDs.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/typelib.dll16/typelib.dll16.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/typelib.dll16/typelib.dll16.spec b/dlls/typelib.dll16/typelib.dll16.spec
index 10f5d4c..66fd0aa 100644
--- a/dlls/typelib.dll16/typelib.dll16.spec
+++ b/dlls/typelib.dll16/typelib.dll16.spec
@@ -1,11 +1,11 @@
 2  stub CREATETYPELIB
 3  pascal LoadTypeLib(ptr ptr) LoadTypeLib16
 4  pascal LHashValOfNameSys(word long str) LHashValOfNameSys16
-5  stub _IID_ICREATETYPEINFO
-6  stub _IID_ICREATETYPELIB
-7  stub _IID_ITYPECOMP
-8  stub _IID_ITYPEINFO
-9  stub _IID_ITYPELIB
+5  variable _IID_ICreateTypeInfo(0x00020405 0x00000000 0x000000c0 0x46000000)
+6  variable _IID_ICreateTypeLib(0x00020406 0x00000000 0x000000c0 0x46000000)
+7  variable _IID_ITypeComp(0x00020403 0x00000000 0x000000c0 0x46000000)
+8  variable _IID_ITypeInfo(0x00020401 0x00000000 0x000000c0 0x46000000)
+9  variable _IID_ITypeLib(0x00020402 0x00000000 0x000000c0 0x46000000)
 10 stub REGISTERTYPELIB
 11 stub LOADREGTYPELIB
 14 pascal QueryPathOfRegTypeLib(ptr word word word ptr) QueryPathOfRegTypeLib16




More information about the wine-cvs mailing list