mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 00:31:27 +00:00
[PSDK] Add missing OFN_EX_NOPLACESBAR. CORE-14656
This commit is contained in:
parent
01707e98b5
commit
2f668a30bd
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ extern "C" {
|
|||
#define OFN_READONLY 1
|
||||
#define OFN_SHAREAWARE 0x4000
|
||||
#define OFN_SHOWHELP 16
|
||||
#define OFN_EX_NOPLACESBAR 0x00000001
|
||||
#define OFN_SHAREFALLTHROUGH 2
|
||||
#define OFN_SHARENOWARN 1
|
||||
#define OFN_SHAREWARN 0
|
||||
|
|
Loading…
Reference in a new issue