From: James Tabor Date: Sun, 21 Feb 2010 12:47:07 +0000 (+0000) Subject: - Add patch back after sync with force. X-Git-Tag: ReactOS-0.3.11-CLT2010~8^2~108 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=eda3a3cf5b14074b9c6c7605a26a80d977312b22;hp=3cb2ec90442e998fcaaa40289641c7c7647a7f3c - Add patch back after sync with force. svn path=/trunk/; revision=45650 --- 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