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.
This commit is contained in:
Danny Smith
2003-11-13 09:43:08 +00:00
parent 068834a10f
commit cbae134251
5 changed files with 48 additions and 3 deletions

View File

@ -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