From cb01b9eadb40425864240c92002c8428a3216455 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sun, 31 Mar 2002 20:45:38 +0000 Subject: * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define. --- winsup/w32api/ChangeLog | 4 ++++ winsup/w32api/include/shellapi.h | 1 + 2 files changed, 5 insertions(+) (limited to 'winsup') 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 + + * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define. + 2002-03-29 David Robinow * 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 -- cgit v1.2.3