diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-01-01 11:00:43 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-01-01 11:00:43 +0000 |
commit | 855c33f8b7c0e1266656a8921910cc19dc3014b9 (patch) | |
tree | cd77445be56ad882f1cd554e882e438539419fd4 | |
parent | 54407e06917cc06b5f96668ecfa1453aab99e42c (diff) | |
download | newlib-855c33f8b7c0e1266656a8921910cc19dc3014b9.zip newlib-855c33f8b7c0e1266656a8921910cc19dc3014b9.tar.gz newlib-855c33f8b7c0e1266656a8921910cc19dc3014b9.tar.bz2 |
2004-01-01 Martin Fuchs <martin-fuchs@gmx.net>
* include/shlobj.h (SHCoCreateInstance): Add prototype..
* lib/shell32.def (SHCoCreateInstance): Add export stub.
-rw-r--r-- | winsup/w32api/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/w32api/include/shlobj.h | 2 | ||||
-rw-r--r-- | winsup/w32api/lib/shell32.def | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 28be91b..cc4735a 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -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. diff --git a/winsup/w32api/include/shlobj.h b/winsup/w32api/include/shlobj.h index 7386e58..ac5c025 100644 --- a/winsup/w32api/include/shlobj.h +++ b/winsup/w32api/include/shlobj.h @@ -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 diff --git a/winsup/w32api/lib/shell32.def b/winsup/w32api/lib/shell32.def index 6684f7a..ac870ea 100644 --- a/winsup/w32api/lib/shell32.def +++ b/winsup/w32api/lib/shell32.def @@ -118,6 +118,7 @@ SHCreateQueryCancelAutoPlayMoniker@4 SHCreateProcessAsUserW@4 SHCreateDirectoryExW@12 SHCreateDirectoryExA@12 +SHCoCreateInstance@20 SHChangeNotify@16 SHBrowseForFolderW@4 SHBrowseForFolderA@4 |