* include/commdlg.h (PD_*): Rearrange.

This commit is contained in:
Dimitri Papadopoulos 2006-04-11 08:03:23 +00:00
parent 9681ad80b9
commit 84ac4d5112
1 changed files with 4 additions and 4 deletions

View File

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