correct SFGAO_GHOSTED declaration
"Martin Fuchs" <[email protected]> Sun, 24 Aug 2003 06:01:40 +0100
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <[email protected]> |
2003-08-24 Martin Fuchs <[email protected]> * include/shlobj.h (SFGAO_GHOSTED, SFGAO_HIDDEN): Define missing SFGAO_HIDDEN constant and correct SFGAO_GHOSTED definition. See documentation at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/ifaces/ishellfolder/getattributesof.asp. However there are not listed the actual values. Index: w32api/include/shlobj.h =================================================================== RCS file: /cvs/src/src/winsup/w32api/include/shlobj.h,v retrieving revision 1.25 diff -u -p -d -r1.25 shlobj.h --- w32api/include/shlobj.h 22 Aug 2003 10:50:54 -0000 1.25 +++ w32api/include/shlobj.h 24 Aug 2003 05:01:28 -0000 @@ -90,7 +90,8 @@ extern "C" { #define SFGAO_LINK 0x00010000L #define SFGAO_SHARE 0x00020000L #define SFGAO_READONLY 0x00040000L -#define SFGAO_GHOSTED 0x00080000L +#define SFGAO_GHOSTED 0x00008000L +#define SFGAO_HIDDEN 0x00080000L #define SFGAO_DISPLAYATTRMASK 0x000F0000L #define SFGAO_FILESYSANCESTOR 0x10000000L #define SFGAO_FOLDER 0x20000000L ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0