diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-11-13 09:43:08 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-11-13 09:43:08 +0000 |
commit | cbae134251628e4dfa9e95af11d79259510db503 (patch) | |
tree | 2797b5e74d4454c0e5ce7ca3278eed26c41e22aa /winsup/w32api/lib/shell32.def | |
parent | 068834a10fd795d3a4e113341d6c1cc8eb0e2fe7 (diff) | |
download | cygnal-cbae134251628e4dfa9e95af11d79259510db503.tar.gz cygnal-cbae134251628e4dfa9e95af11d79259510db503.tar.bz2 cygnal-cbae134251628e4dfa9e95af11d79259510db503.zip |
2003-11-13 Martin Fuchs <martin-fuchs@gmx.net>
* include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
Add prototypes.
* lib/shell32.def: Add stubs.
* include/commctrl.h (ListView_FindItem): Add type cast to avoid
compiler warnings.
2003-11-13 Hans Leidekker <hans@it.vu.nl>
* include/winbase.h (WIN32_STREAM_ID): Correct typedef.
Diffstat (limited to 'winsup/w32api/lib/shell32.def')
-rw-r--r-- | winsup/w32api/lib/shell32.def | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/w32api/lib/shell32.def b/winsup/w32api/lib/shell32.def index fa8b8b8d9..6684f7a5a 100644 --- a/winsup/w32api/lib/shell32.def +++ b/winsup/w32api/lib/shell32.def @@ -166,3 +166,17 @@ Control_FillCache_RunDLL@16 CommandLineToArgvW@8 CheckEscapesW@8 CheckEscapesA@8 +ILAppendID@12 +ILClone@4 +ILCloneFirst@4 +ILCombine@8 +ILFindChild@8 +ILFindLastID@4 +ILFree@4 +ILGetNext@4 +ILGetSize@4 +ILIsEqual@8 +ILIsParent@12 +ILLoadFromStream@8 +ILRemoveLastID@4 +ILSaveToStream@8 |