This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ivb
Recipients amaury.forgeotdarc, ivb, steve.dower, tim.golden, zach.ware
Date 2015-06-09.10:26:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433845596.34.0.0833121621994.issue24390@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-06-09 10:26:36ivbsetrecipients: + ivb, amaury.forgeotdarc, tim.golden, zach.ware, steve.dower
2015-06-09 10:26:36ivbsetmessageid: <1433845596.34.0.0833121621994.issue24390@psf.upfronthosting.co.za>
2015-06-09 10:26:36ivblinkissue24390 messages
2015-06-09 10:26:35ivbcreate