From eda3a3cf5b14074b9c6c7605a26a80d977312b22 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sun, 21 Feb 2010 12:47:07 +0000 Subject: [PATCH 1/1] - Add patch back after sync with force. svn path=/trunk/; revision=45650 --- rostests/winetests/user32/input.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rostests/winetests/user32/input.c b/rostests/winetests/user32/input.c index 6c1a0fb2721..d81240cb384 100755 --- a/rostests/winetests/user32/input.c +++ b/rostests/winetests/user32/input.c @@ -43,9 +43,10 @@ * if it is a problem. * */ - -#define _WIN32_WINNT 0x500 +#undef _WIN32_WINNT +#undef _WIN32_IE #define _WIN32_IE 0x0500 +#define _WIN32_WINNT 0x500 #include #include -- 2.17.1