winuser.h: remove WM_TOUCHMOVE, WM_TOUCHDOWN and WM_TOUCHUP defines (bug #460)
diff --git a/mingw-w64-headers/include/winuser.h b/mingw-w64-headers/include/winuser.h
index 8b23683..fb1c6cf 100644
--- a/mingw-w64-headers/include/winuser.h
+++ b/mingw-w64-headers/include/winuser.h
@@ -6482,13 +6482,6 @@
 #endif
 #endif
 
-/* These WM_... defines seem not to belong here.  */
-#if _WIN32_WINNT >= 0x0601
-#define WM_TOUCHMOVE 576
-#define WM_TOUCHDOWN 577
-#define WM_TOUCHUP 578
-#endif /* (_WIN32_WINNT >= 0x0601) */
-
 #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
 #if (_WIN32_WINNT >= 0x0602)
 /* Does this belongs here? */