* include/commdlg.h (PD_*): Rearrange.
This commit is contained in:
parent
9681ad80b9
commit
84ac4d5112
|
@ -168,6 +168,10 @@ extern "C" {
|
|||
#define PD_NOCURRENTPAGE 0x00800000
|
||||
#define PD_EXCLUSIONFLAGS 0x01000000
|
||||
#define PD_USELARGETEMPLATE 0x10000000
|
||||
#define PD_RESULT_CANCEL 0
|
||||
#define PD_RESULT_PRINT 1
|
||||
#define PD_RESULT_APPLY 2
|
||||
#define START_PAGE_GENERAL 0XFFFFFFFF
|
||||
#endif
|
||||
#define PSD_DEFAULTMINMARGINS 0
|
||||
#define PSD_INWININIINTLMEASURE 0
|
||||
|
@ -201,10 +205,6 @@ extern "C" {
|
|||
#define DN_DEFAULTPRN 1
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#define OPENFILENAME_SIZE_VERSION_400 76
|
||||
#define PD_RESULT_CANCEL 0
|
||||
#define PD_RESULT_PRINT 1
|
||||
#define PD_RESULT_APPLY 2
|
||||
#define START_PAGE_GENERAL 0XFFFFFFFF
|
||||
#endif
|
||||
|
||||
#ifndef SNDMSG
|
||||
|
|
Loading…
Reference in New Issue