[PATCH v2 0/3] MR115: winex11.drv: Define ControlMask when not available

Nikolay Sivov (@nsivov) wine at gitlab.winehq.org
Mon May 23 06:16:01 CDT 2022


Nikolay Sivov (@nsivov) commented about include/processthreadsapi.h:
>      ULONG MemoryPriority;
>  } MEMORY_PRIORITY_INFORMATION, *PMEMORY_PRIORITY_INFORMATION;
>  
> +#undef ControlMask
> +typedef struct _THREAD_POWER_THROTTLING_STATE
> +{
> +    ULONG Version;
> +    ULONG ControlMask;
> +    ULONG StateMask;
> +} THREAD_POWER_THROTTLING_STATE;
> +
This is not a conflict within SDK headers, so I think workaround should be applied to winex11 only.

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/115#note_1097



More information about the wine-devel mailing list