Skip to content

Instantly share code, notes, and snippets.

@adeii
Created January 8, 2026 15:23
Show Gist options
  • Select an option

  • Save adeii/97a25c81c8c62c08918d50e89f9c3468 to your computer and use it in GitHub Desktop.

Select an option

Save adeii/97a25c81c8c62c08918d50e89f9c3468 to your computer and use it in GitHub Desktop.
Media Player Classic - Home Cinema 2.6.x+ on Win 7
mpc-hc...exe
------------
GetDpiForWindow -> GetMonitorInfoW
GetDpiForMonitor -> GetMonitorInfoW
GetSystemMetricsForDpi -> GetSystemMetrics
SystemParametersInfoForDpi -> SystemParametersInfoW
AdjustWindowRectExForDpi -> AdjustWindowRectEx
or use VxKex to get normal text sizes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment