Skip to content

Win32: Fix collision over 'ControlMask'

Jon Turney requested to merge jturney/xorgproto:w32api-collision-fix into master

Workaround the collision between ControlMask #defined in X11/X.h and ControlMask used as the name of a structure member in w32api/processthreadsapi.h in w32api 10.0.0

Merge request reports