isle-portable/miniwin
Danct12 a782c48980
miniwin: Use PRIu32 for printing uint32_t (#436)
Some architecture uses different type for uint32_t.

For example:
x86_64 | aarch64 = unsigned int
xtensa | riscv32 = long unsigned int
arm              = long unsigned int
2025-06-26 19:41:46 +02:00
..
include/miniwin Move 2D drawing and upscaling to the renderer (#348) 2025-06-25 19:45:26 +02:00
src miniwin: Use PRIu32 for printing uint32_t (#436) 2025-06-26 19:41:46 +02:00
CMakeLists.txt Move 2D drawing and upscaling to the renderer (#348) 2025-06-25 19:45:26 +02:00