https://bugs.winehq.org/show_bug.cgi?id=40032
--- Comment #3 from super_man@post.com --- The function itself doesnt seem to be very complicated at all.
https://msdn.microsoft.com/en-us/library/windows/desktop/dn302122%28v=vs.85%...
HRESULT WINAPI SetProcessDpiAwareness( _In_ PROCESS_DPI_AWARENESS value );
Parameters
value [in]
The DPI awareness value to set. Possible values are from the PROCESS_DPI_AWARENESSenumeration.
and 3 different return values.
Is very likely that this gets fixed in next release version.