You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking at: https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block
It seems that "040904E4" means that the values should be in U.S. English and in Multilingual character set (0x04E4 == 1252).
Thus shouldn't all the strings be prefixed by L here? Are we mixing character sets?
The text was updated successfully, but these errors were encountered:
Found during a code review:
#206 (comment)
The text was updated successfully, but these errors were encountered: