isle-portable/miniwin
Danct12 1ab9a6a3d1 miniwin: Use PRIu32 for printing uint32_t
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 16:55:50 +00: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 2025-06-26 16:55:50 +00:00
CMakeLists.txt Move 2D drawing and upscaling to the renderer (#348) 2025-06-25 19:45:26 +02:00