OSDN Git Service

2004-01-01 Martin Fuchs <martin-fuchs@gmx.net>
authordannysmith <dannysmith>
Thu, 1 Jan 2004 11:00:43 +0000 (11:00 +0000)
committerdannysmith <dannysmith>
Thu, 1 Jan 2004 11:00:43 +0000 (11:00 +0000)
* include/shlobj.h (SHCoCreateInstance): Add prototype..
* lib/shell32.def (SHCoCreateInstance): Add export stub.

winsup/w32api/ChangeLog
winsup/w32api/include/shlobj.h
winsup/w32api/lib/shell32.def

index 28be91b..cc4735a 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
+
+       * include/shlobj.h (SHCoCreateInstance): Add prototype..
+       * lib/shell32.def (SHCoCreateInstance): Add export stub.
+
 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
 
        * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
index 7386e58..ac5c025 100644 (file)
@@ -1018,6 +1018,8 @@ LPITEMIDLIST WINAPI ILFindLastID(LPCITEMIDLIST);
 LPITEMIDLIST WINAPI ILGetNext(LPCITEMIDLIST);
 UINT WINAPI ILGetSize(LPCITEMIDLIST);
 void WINAPI ILFree(LPITEMIDLIST);
+
+HRESULT WINAPI SHCoCreateInstance(LPCWSTR,REFCLSID,IUnknown*,REFIID,void**);
 #endif
 
 #ifdef UNICODE
index 6684f7a..ac870ea 100644 (file)
@@ -118,6 +118,7 @@ SHCreateQueryCancelAutoPlayMoniker@4
 SHCreateProcessAsUserW@4
 SHCreateDirectoryExW@12
 SHCreateDirectoryExA@12
+SHCoCreateInstance@20
 SHChangeNotify@16
 SHBrowseForFolderW@4
 SHBrowseForFolderA@4