Add various size_t to u32 casts for MSVC

This commit is contained in:
2025-03-27 15:13:03 +10:00
parent 4e47c97539
commit 773a08799b
2 changed files with 7 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ if (WIN32)
add_compile_definitions(
_CRT_SECURE_NO_WARNINGS
NOMINMAX
WIN32_LEAN_AND_MEAN
)
endif ()