From 84ac4d51125059b0326549effccbd0b409b04e29 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Date: Tue, 11 Apr 2006 08:03:23 +0000 Subject: [PATCH] * include/commdlg.h (PD_*): Rearrange. --- winsup/w32api/include/commdlg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/winsup/w32api/include/commdlg.h b/winsup/w32api/include/commdlg.h index e9f68e502..dfce3cf8f 100644 --- a/winsup/w32api/include/commdlg.h +++ b/winsup/w32api/include/commdlg.h @@ -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