Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: improved support for manifests | Ron Yorston | 2023-09-14 | 1 | -0/+21 |
| | | | | | | | | | | The UTF-8 manifest has been updated to include features from the standard application manifest. Include a copy of the standard application manifest for toolchains that don't provide one. (GitHub issue #366) | ||||
* | win32: include UTF-8 manifest | Ron Yorston | 2023-06-20 | 1 | -0/+9 |
Include a manifest in the binary to set the process code page to UTF-8. This only has an effect from Windows 10 version 1903. Controlled by the FEATURE_UTF8_MANIFEST config setting, disabled by default. |