Fix compilation for Clang-cl (#10)

1. Converted `MinecraftWindows.rc` and `Resource.h` to UTF-8 from UTF-16(they didn't use any UTF-16 symbols anyway);

2. Added explicit signed->unsigned integer casts in `gdraw_d3d1x_shared.inl` for C++11 compatibility

3. Linked against `legacy_stdio_definitions.lib` to avoid undefined references to `_vsnprintf` llvm-link errors
This commit is contained in:
void_17
2026-03-01 22:29:08 +07:00
committed by GitHub
parent 5fa4418adb
commit 754303b327
4 changed files with 21 additions and 17 deletions