headers: Fix GetPointerInputTransform() prototype. The type of the last parameter should be INPUT_TRANSFORM *. Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: LIU Hao <lh_mouse@126.com>
diff --git a/mingw-w64-headers/include/winuser.h b/mingw-w64-headers/include/winuser.h index 5423c72..482f823 100644 --- a/mingw-w64-headers/include/winuser.h +++ b/mingw-w64-headers/include/winuser.h
@@ -6792,7 +6792,7 @@ } INPUT_TRANSFORM; /* Do these functions belong here? */ -WINUSERAPI WINBOOL WINAPI GetPointerInputTransform(UINT32 pointerId, UINT32 historyCount, UINT32 *inputTransform); +WINUSERAPI WINBOOL WINAPI GetPointerInputTransform(UINT32 pointerId, UINT32 historyCount, INPUT_TRANSFORM *inputTransform); WINUSERAPI WINBOOL WINAPI IsMousePointerEnabled(void); #endif /*(_WIN32_WINNT >= 0x0602)*/ #endif