Reece Dunn : user32: Fixed building the tests with the Vista SDK.

Alexandre Julliard julliard at winehq.org
Tue Jul 22 09:35:48 CDT 2008


Module: wine
Branch: master
Commit: 115b7492beeb2504223702de91c17a5eaf75425f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=115b7492beeb2504223702de91c17a5eaf75425f

Author: Reece Dunn <msclrhd at googlemail.com>
Date:   Mon Jul 21 20:28:35 2008 +0100

user32: Fixed building the tests with the Vista SDK.

---

 dlls/user32/tests/input.c     |    1 +
 dlls/user32/tests/sysparams.c |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/tests/input.c b/dlls/user32/tests/input.c
index 37198d3..7227eb7 100644
--- a/dlls/user32/tests/input.c
+++ b/dlls/user32/tests/input.c
@@ -45,6 +45,7 @@
  */
 
 #define _WIN32_WINNT 0x401
+#define _WIN32_IE 0x0500
 
 #include <stdarg.h>
 #include <assert.h>
diff --git a/dlls/user32/tests/sysparams.c b/dlls/user32/tests/sysparams.c
index f899dab..60a07af 100644
--- a/dlls/user32/tests/sysparams.c
+++ b/dlls/user32/tests/sysparams.c
@@ -23,7 +23,8 @@
 #include <stdio.h>
 
 #undef _WIN32_WINNT
-#define _WIN32_WINNT 0x0500 /* For SPI_GETMOUSEHOVERWIDTH and more */
+#define _WIN32_WINNT 0x0600 /* For SPI_GETMOUSEHOVERWIDTH and more */
+#define _WIN32_IE 0x0700
 
 #include "wine/test.h"
 #include "windef.h"




More information about the wine-cvs mailing list