Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Papadopoulos <dimitri_at@users.sf.net>2006-04-11 12:03:23 +0400
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2006-04-11 12:03:23 +0400
commit84ac4d51125059b0326549effccbd0b409b04e29 (patch)
tree4e9cfc7877fe7077f3ae9eacdf17ed3dec7c18e3
parent9681ad80b9972c446d3b2f23eb782e279396d548 (diff)
* include/commdlg.h (PD_*): Rearrange.
-rw-r--r--winsup/w32api/include/commdlg.h8
1 files 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