Skip to content

Commit

Permalink
Fix #83: call SetThreadDpiAwarenessContextFn and SetProcessDpiAwarene…
Browse files Browse the repository at this point in the history
…ssFn
  • Loading branch information
pthom committed Dec 29, 2023
1 parent bd5245d commit 72f4d7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ namespace Internal
"SetThreadDpiAwarenessContext"))
{
SetThreadDpiAwarenessContextFn(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2);
return;
}
}
if (_IsWindows8Point1OrGreater())
Expand Down

0 comments on commit 72f4d7f

Please sign in to comment.