2004-01-16 Martin Fuchs <martin-fuchs@gmx.net>

* include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
This commit is contained in:
Danny Smith 2004-01-16 09:25:01 +00:00
parent 42fb62041d
commit c0bd991305
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-01-16 Martin Fuchs <martin-fuchs@gmx.net>
* include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
2004-01-15 Filip Navara <xnavara@volny.cz>
* include/ddk/mcd.h: Don't care about value of DBG define.

View File

@ -391,6 +391,7 @@ typedef enum tagSHGDN {
SHGDN_NORMAL=0,
SHGDN_INFOLDER,
SHGDN_FOREDITING=0x1000,
SHGDN_INCLUDE_NONFILESYS=0x2000,
SHGDN_FORADDRESSBAR=0x4000,
SHGDN_FORPARSING=0x8000
} SHGNO;