Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix set/get locale for error string never work in mingw #4162

Merged
merged 1 commit into from
Nov 18, 2024

Commits on Nov 17, 2024

  1. Fix set/get locale for error string never work in mingw

    in mingw, autoconf set PJ_WIN32_WINNT/WINVER to 0x0400,
    but SetThreadLocale/GetThreadLocale need WINVER >= 0x0500
    jimying committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    8f4c483 View commit details
    Browse the repository at this point in the history