2005-12-21 Michael Jung <mjung@iss.tu-darmstadt.de>

* lib/user32.def (PrivateExtractIconsA@32,
	PrivateExtractIconsW@32): Define.
	* lib/shell32.c (IID_IShellLinkDataList): Add GUID.
This commit is contained in:
Danny Smith 2005-12-21 08:09:08 +00:00
parent c5a3166fc5
commit 94692f408c
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-12-21 Michael Jung <mjung@iss.tu-darmstadt.de>
* lib/user32.def (PrivateExtractIconsA@32,
PrivateExtractIconsW@32): Define.
* lib/shell32.c (IID_IShellLinkDataList): Add GUID.
2005-12-12 Christopher Faylor <cgf@timesys.com>
* include/winuser.h (WINSTA_ALL_ACCESS): Define.

View File

@ -76,3 +76,4 @@ DEFINE_GUID(CLSID_NetworkPlaces,0x208D2C60,0x3AEA,0x1069,0xA2,0xD7,0x08,0x00,0x2
DEFINE_GUID(CLSID_MyDocuments,0x450d8fba,0xad25,0x11d0,0x98,0xa8,0x08,0x00,0x36,0x1b,0x11,0x03);
DEFINE_GUID(CLSID_FolderShortcut,0x0AFACED1,0xE828,0x11D1,0x91,0x87,0xB5,0x32,0xF1,0xE9,0x57,0x5D);
DEFINE_GUID(CLSID_ShellFSFolder,0xF3364BA0,0x65B9,0x11CE,0xA9,0xBA,0x00,0xAA,0x00,0x4A,0xE8,0x37);
DEFINE_GUID(IID_IShellLinkDataList,0x45E2B4AE,0xB1C3, 0x11D0,0xB9,0x2F,0x00,0xA0,0xC9,0x03,0x12,0xE1);

View File

@ -469,6 +469,8 @@ PostQuitMessage@4
PostThreadMessageA@16
PostThreadMessageW@16
PrintWindow@12
PrivateExtractIconsA@32
PrivateExtractIconsW@32
PtInRect@12
RealChildWindowFromPoint@12
RealGetWindowClassA@12