diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2005-09-23 10:50:15 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2005-09-23 10:50:15 +0000 |
commit | e7a76793ad2d882d68a81f217cecffa1c64e892c (patch) | |
tree | 4f5f218a4bdc2fdeefba38ee32ba116cde6ce87b | |
parent | 85b0face89196437ffe3a47462fc46bfab1cc083 (diff) | |
download | newlib-e7a76793ad2d882d68a81f217cecffa1c64e892c.zip newlib-e7a76793ad2d882d68a81f217cecffa1c64e892c.tar.gz newlib-e7a76793ad2d882d68a81f217cecffa1c64e892c.tar.bz2 |
2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* lib/shell32.def (SHILCreateFromPath): Add stub.
Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
-rw-r--r-- | winsup/w32api/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/w32api/lib/shell32.def | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index ab192f9..484f886 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,8 @@ +2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> + + * lib/shell32.def (SHILCreateFromPath): Add stub. + Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de> + 2005-09-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> * include/winbase.h (RegisterWaitForSingleObject, diff --git a/winsup/w32api/lib/shell32.def b/winsup/w32api/lib/shell32.def index ac870ea..c7a8d1b 100644 --- a/winsup/w32api/lib/shell32.def +++ b/winsup/w32api/lib/shell32.def @@ -43,6 +43,7 @@ SHLoadInProc@4 SHIsFileAvailableOffline@8 SHInvokePrinterCommandW@20 SHInvokePrinterCommandA@20 +SHILCreateFromPath@12 SHHelpShortcuts_RunDLL@16 SHGetUnreadMailCountW@24 SHGetSpecialFolderPathW@16 |