Skip to content

Fixing redefinition of TOUCHINPUT and HTOUCHINPUT.

TOUCHINPUT and HTOUCHINPUT are beind redefined (which causes a compilation error) under Windows 7 and MinGW64. These structs are aready defined in winuser.h.

Merge request reports