- Add patch back after sync with force.
authorJames Tabor <james.tabor@reactos.org>
Sun, 21 Feb 2010 12:47:07 +0000 (12:47 +0000)
committerJames Tabor <james.tabor@reactos.org>
Sun, 21 Feb 2010 12:47:07 +0000 (12:47 +0000)
svn path=/trunk/; revision=45650

rostests/winetests/user32/input.c

index 6c1a0fb..d81240c 100755 (executable)
  *    if it is a problem.
  *
  */
  *    if it is a problem.
  *
  */
-
-#define _WIN32_WINNT 0x500
+#undef _WIN32_WINNT
+#undef _WIN32_IE
 #define _WIN32_IE 0x0500
 #define _WIN32_IE 0x0500
+#define _WIN32_WINNT 0x500
 
 #include <stdarg.h>
 #include <assert.h>
 
 #include <stdarg.h>
 #include <assert.h>