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

Add an option to avoid wchar APIs on Windows #3636

Merged
merged 1 commit into from
Sep 17, 2023
Merged

Commits on Sep 17, 2023

  1. Add an option to avoid wchar APIs on Windows

    With this, fmt can be used on Windows 98 and the Original Xbox with:
    
        set(FMT_OS OFF)
    
    It is not exposed as a CMake option but one can define it manually
    in the fmt subproject, e.g.:
    
        target_compile_definitions(fmt PUBLIC FMT_WINDOWS_NO_WCHAR)
    
    Fixes fmtlib#3631
    glebm committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    222afe2 View commit details
    Browse the repository at this point in the history