- Move OFN_DONTADDTORECENT and OFN_ENABLEINCLUDENOTIFY to commdlg.h where they belong

svn path=/trunk/; revision=66339
This commit is contained in:
Thomas Faber 2015-02-17 18:37:24 +00:00
parent db58f63ba6
commit b74ab8276c
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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