Skip to content

Commit

Permalink
Temporarily limit Message Box Font Fix to 64-bit applications (#285)
Browse files Browse the repository at this point in the history
* Temporarily x64 only
  • Loading branch information
aubymori authored Sep 2, 2023
1 parent 7e3c46e commit cc1a729
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mods/msg-box-font-fix.wh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
// @id msg-box-font-fix
// @name Message Box Font Fix
// @description Fixes the MessageBox font size in 1709+
// @version 1.1
// @version 1.2
// @author aubymori
// @github https://github.com/aubymori
// @include *
// @compilerOptions -luser32 -lgdi32
// @architecture x86-64
// ==/WindhawkMod==

// ==WindhawkModReadme==
/*
# IMPORTANT
Due to a bug with Windhawk's symbols system, this mod will only work on 64-bit applications for now.
# Message Box Font Fix
Starting with Windows 10 1709, message boxes render their font size 1pt less than the
user-defined size.\* You cannot just set this size higher, as many applications still query
Expand Down

0 comments on commit cc1a729

Please sign in to comment.