Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-11-08 03:00:01 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2002-11-08 03:00:01 +0300
commit00970f126e515353b4b25ebbea6c3c974a76333e (patch)
tree588b94b45407f8d49718c689a2bea024c24e6551 /winsup/w32api
parentdd7ee147db24eaaa37f333fa93ce31efe949d9bf (diff)
* include/oleauto.h (DeregisterTypeLib): Remove.
(UnRegisterTypeLib): Add prototype.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/oleauto.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index aff3d890f..570b61865 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/oleauto.h (DeregisterTypeLib): Remove.
+ (UnRegisterTypeLib): Add prototype.
+
2002-11-07 Christopher January <chris@atomice.net>
* include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
diff --git a/winsup/w32api/include/oleauto.h b/winsup/w32api/include/oleauto.h
index 3d651bd57..98de7817b 100644
--- a/winsup/w32api/include/oleauto.h
+++ b/winsup/w32api/include/oleauto.h
@@ -232,7 +232,7 @@ WINOLEAUTAPI LoadTypeLibEx(LPCOLESTR,REGKIND,LPTYPELIB*);
WINOLEAUTAPI LoadRegTypeLib(REFGUID,WORD,WORD,LCID,LPTYPELIB*);
WINOLEAUTAPI QueryPathOfRegTypeLib(REFGUID,unsigned short,unsigned short,LCID,LPBSTR);
WINOLEAUTAPI RegisterTypeLib(LPTYPELIB,OLECHAR*,OLECHAR*);
-WINOLEAUTAPI DeregisterTypeLib(REFGUID,WORD,WORD,LCID);
+WINOLEAUTAPI UnRegisterTypeLib(REFGUID,WORD,WORD,LCID,SYSKIND);
WINOLEAUTAPI CreateTypeLib(SYSKIND,const OLECHAR*,LPCREATETYPELIB*);
WINOLEAUTAPI DispGetParam(DISPPARAMS*,UINT,VARTYPE,VARIANT*,UINT*);
WINOLEAUTAPI DispGetIDsOfNames(LPTYPEINFO,OLECHAR**,UINT,DISPID*);