mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 12:01:55 +00:00
[PSDK]
- Move OFN_DONTADDTORECENT and OFN_ENABLEINCLUDENOTIFY to commdlg.h where they belong svn path=/trunk/; revision=66339
This commit is contained in:
parent
db58f63ba6
commit
b74ab8276c
2 changed files with 2 additions and 5 deletions
|
@ -95,7 +95,9 @@ extern "C" {
|
|||
#define WM_CHOOSEFONT_SETFLAGS (WM_USER+102)
|
||||
#define OFN_ALLOWMULTISELECT 512
|
||||
#define OFN_CREATEPROMPT 0x2000
|
||||
#define OFN_DONTADDTORECENT 0x2000000
|
||||
#define OFN_ENABLEHOOK 32
|
||||
#define OFN_ENABLEINCLUDENOTIFY 0x400000
|
||||
#define OFN_ENABLESIZING 0x800000
|
||||
#define OFN_ENABLETEMPLATE 64
|
||||
#define OFN_ENABLETEMPLATEHANDLE 128
|
||||
|
|
|
@ -16,11 +16,6 @@ extern "C" {
|
|||
#define FORMATDLGORD30 1544
|
||||
#define RUNDLGORD 1545
|
||||
|
||||
#ifdef _WINE
|
||||
#define OFN_DONTADDTORECENT 0x02000000
|
||||
#define OFN_ENABLEINCLUDENOTIFY 0x00400000
|
||||
#endif
|
||||
|
||||
#if (WINVER >= 0x0400)
|
||||
#define PAGESETUPDLGORD 1546
|
||||
#define NEWFILEOPENORD 1547
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue