Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-12-21 11:09:08 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2005-12-21 11:09:08 +0300
commit94692f408c6c668d09527a6cac6a88be747a2943 (patch)
tree1cd792c79cc1b901ae0c5ead1ab6168f2569af59 /winsup/w32api
parentc5a3166fc542ce515e83befe6be9e62d9e2c6102 (diff)
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.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/lib/shell32.c1
-rw-r--r--winsup/w32api/lib/user32.def2
3 files changed, 9 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index ae72ac90f..b3e89dce5 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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.
diff --git a/winsup/w32api/lib/shell32.c b/winsup/w32api/lib/shell32.c
index efcecd83f..b570e0424 100644
--- a/winsup/w32api/lib/shell32.c
+++ b/winsup/w32api/lib/shell32.c
@@ -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);
diff --git a/winsup/w32api/lib/user32.def b/winsup/w32api/lib/user32.def
index 120b2a377..fc26a73af 100644
--- a/winsup/w32api/lib/user32.def
+++ b/winsup/w32api/lib/user32.def
@@ -469,6 +469,8 @@ PostQuitMessage@4
PostThreadMessageA@16
PostThreadMessageW@16
PrintWindow@12
+PrivateExtractIconsA@32
+PrivateExtractIconsW@32
PtInRect@12
RealChildWindowFromPoint@12
RealGetWindowClassA@12