Ivan Bykov added the comment:

SetProcessDpiAwareness not available for Windows 7. For Windows 7 available 
SetProcessDPIAware, but:

Note  SetProcessDPIAware is subject to a possible *race* *condition* if a DLL 
caches dpi settings during initialization. For this reason, it is recommended 
that dpi-aware be set through the application (.exe) *manifest* rather than by 
calling SetProcessDPIAware.

https://msdn.microsoft.com/en-us/library/windows/desktop/ms633543%28v=vs.85%29.aspx

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24390>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to