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
path: root/winsup
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-04-01 00:45:38 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-04-01 00:45:38 +0400
commitcb01b9eadb40425864240c92002c8428a3216455 (patch)
tree886d684147d427f67f2f8b15a0b649619b9cbea7 /winsup
parent06bdee1cf624225ab1d06a64687642a3de7f85b2 (diff)
* include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/shellapi.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 1104df0fc..cd9ffaab8 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-31 Victor Porton <porton@narod.ru>
+
+ * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
+
2002-03-29 David Robinow <drobinow@yahoo.com>
* include/wingdi.h (SetPixelFormat): Correct prototype.
diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h
index 3d6ba28d3..d39b851f0 100644
--- a/winsup/w32api/include/shellapi.h
+++ b/winsup/w32api/include/shellapi.h
@@ -82,6 +82,7 @@ extern "C" {
#define SHGFI_SYSICONINDEX 16384
#define SHGFI_LINKOVERLAY 32768
#define SHGFI_SELECTED 65536
+#define SHGFI_ATTR_SPECIFIED 131072
#define SHGFI_LARGEICON 0
#define SHGFI_SMALLICON 1
#define SHGFI_OPENICON 2