2004-01-16 Martin Fuchs <martin-fuchs@gmx.net>
* include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
This commit is contained in:
parent
42fb62041d
commit
c0bd991305
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue