You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdl/VisualC-GDK/tests/testsprite
Quan Zhuo c9341489cc
Fix #12197: Force set /utf-8 for msvc compilers (#12198)
The MSVC compiler determines the encoding of the source code based on
the BOM of the source code when reading it. If there is no BOM, it
defaults to the local encoding, which is gb2312, codepage 936, on
Simplified Chinese Windows. This can cause errors such as newline
characters in strings.
2 weeks ago
..
wingdk Rename SDL2 tests for SDL3 2 years ago
xboxone Rename SDL2 tests for SDL3 2 years ago
xboxseries Rename SDL2 tests for SDL3 2 years ago
PackageLayout.xml Rename SDL2 tests for SDL3 2 years ago
testsprite.vcxproj Fix #12197: Force set /utf-8 for msvc compilers (#12198) 2 weeks ago
testsprite.vcxproj.filters Make Xbox GDK code public (and fix some GDK code rot) (#8844) 1 year ago