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