mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-08 11:47:03 -04:00
3cfef81753a087c057d217ab8e9ff36d75a93358
uintptr_t == u32 == unsigned int on 32-bit MSVC since u32 was changed from unsigned long to unsigned int for TARGET_PC. Guard the uintptr_t overload to x64 only where uintptr_t != u32.
build
cmake -B build/dusk -G "Visual Studio 17 2022" -A Win32
Description
Languages
C++
54.7%
C
44.1%
Java
0.3%
POV-Ray SDL
0.3%
Pawn
0.3%
Other
0.2%