[WINGDI.H]
authorJérôme Gardou <jerome.gardou@reactos.org>
Tue, 28 Aug 2012 09:27:07 +0000 (09:27 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Tue, 28 Aug 2012 09:27:07 +0000 (09:27 +0000)
- Add missing DMDO_* definitions

svn path=/trunk/; revision=57190

reactos/include/psdk/wingdi.h

index 4349750..3e81b84 100644 (file)
@@ -1233,6 +1233,11 @@ extern "C" {
 #define DM_DISPLAYFIXEDOUTPUT 0x20000000
 #endif
 
+#define DMDO_DEFAULT            0
+#define DMDO_90                 1
+#define DMDO_180                2
+#define DMDO_270                3
+
 #define DMICMMETHOD_NONE       1
 #define DMICMMETHOD_SYSTEM     2
 #define DMICMMETHOD_DRIVER     3