mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user