OSDN Git Service

* include/oleauto.h (RegisterTypeLibForUser, UnRegisterTypeLibForUser):
authorEarnie Boyd <earnie@users.sourceforge.net>
Thu, 21 Feb 2013 15:58:28 +0000 (10:58 -0500)
committerEarnie Boyd <earnie@users.sourceforge.net>
Thu, 21 Feb 2013 15:58:28 +0000 (10:58 -0500)
Add declarations.
* lib/lib32/oleaut32.def: Ditto.

ChangeLog
include/oleauto.h
lib/lib32/oleaut32.def

index 337ae00..3aed5dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2013 02-20  F. Mensik  <pepezdepa@users.sourceforge.net>
+2013-02-22  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * include/oleauto.h (RegisterTypeLibForUser, UnRegisterTypeLibForUser):
+       Add declarations.
+       * lib/lib32/oleaut32.def: Ditto.
+
+2013-02-20  F. Mensik  <pepezdepa@users.sourceforge.net>
 
        * include/winnls.h (LONG_PTR): Add _WIN64 typedef.
 
index c34b980..de433d0 100644 (file)
@@ -360,6 +360,8 @@ WINOLEAUTAPI LoadRegTypeLib(REFGUID,WORD,WORD,LCID,LPTYPELIB*);
 WINOLEAUTAPI QueryPathOfRegTypeLib(REFGUID,unsigned short,unsigned short,LCID,LPBSTR);
 WINOLEAUTAPI RegisterTypeLib(LPTYPELIB,OLECHAR*,OLECHAR*);
 WINOLEAUTAPI UnRegisterTypeLib(REFGUID,WORD,WORD,LCID,SYSKIND);
+WINOLEAUTAPI RegisterTypeLibForUser(LPTYPELIB,OLECHAR*,OLECHAR*);
+WINOLEAUTAPI UnRegisterTypeLibForUser(REFGUID,WORD,WORD,LCID,SYSKIND);
 WINOLEAUTAPI CreateTypeLib(SYSKIND,const OLECHAR*,LPCREATETYPELIB*);
 WINOLEAUTAPI DispGetParam(DISPPARAMS*,UINT,VARTYPE,VARIANT*,UINT*);
 WINOLEAUTAPI DispGetIDsOfNames(LPTYPEINFO,OLECHAR**,UINT,DISPID*);
index fed4065..f069ce1 100644 (file)
@@ -49,6 +49,7 @@ OleTranslateColor@12
 QueryPathOfRegTypeLib@20
 RegisterActiveObject@16
 RegisterTypeLib@12
+RegisterTypeLibForUser@12
 RevokeActiveObject@8
 SafeArrayAccessData@8
 SafeArrayAllocData@4
@@ -90,6 +91,7 @@ SysStringByteLen@4
 SysStringLen@4
 SystemTimeToVariantTime@8
 UnRegisterTypeLib@20
+UnRegisterTypeLibForUser@20
 UserBSTR_free_inst@4
 UserBSTR_free_local@4
 UserBSTR_from_local@8