gdi32: When compiling with PSDK headers request latest DEVMODE definition

Dmitry Timoshkov dmitry at codeweavers.com
Tue Dec 18 21:41:07 CST 2007


Hello,

Changelog:
    gdi32: When compiling with PSDK headers request latest DEVMODE definition.
---
 dlls/gdi32/tests/dc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/gdi32/tests/dc.c b/dlls/gdi32/tests/dc.c
index f292c37..60b6ad7 100644
--- a/dlls/gdi32/tests/dc.c
+++ b/dlls/gdi32/tests/dc.c
@@ -19,6 +19,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#define WINVER 0x0501 /* request latest DEVMODE */
+
 #include <assert.h>
 #include <stdio.h>
 
-- 
1.5.3.7






More information about the wine-patches mailing list