mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Add SHFMT_ constants
svn path=/trunk/; revision=12999
This commit is contained in:
parent
da5e391c9c
commit
e247c380dd
1 changed files with 3 additions and 0 deletions
|
@ -385,6 +385,9 @@ extern "C" {
|
|||
#define PCS_REMOVEDCHAR 0x00000002
|
||||
#define PCS_TRUNCATED 0x00000004
|
||||
#define PCS_PATHTOOLONG 0x00000008
|
||||
#define SHFMT_ERROR 0xFFFFFFFFL
|
||||
#define SHFMT_CANCEL 0xFFFFFFFEL
|
||||
#define SHFMT_NOFORMAT 0xFFFFFFFDL
|
||||
|
||||
typedef ULONG SFGAOF;
|
||||
typedef DWORD SHGDNF;
|
||||
|
|
Loading…
Reference in a new issue