libaltos: Use original windows printf/scanf
authorKeith Packard <keithp@keithp.com>
Fri, 8 Oct 2021 05:45:37 +0000 (22:45 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 8 Oct 2021 05:45:37 +0000 (22:45 -0700)
commit5cb393c1743a5c0f307631199abba067821db370
treee79251bdb3241e8b4628e0ea88d3734206de1440
parentc15bb9513ab0f8636bf52ec827551134c773e832
libaltos: Use original windows printf/scanf

mingw now uses "improved" versions of printf/scanf, which may cause
trouble with some windows 10 installs. Just use the old versions.

Signed-off-by: Keith Packard <keithp@keithp.com>
libaltos/libaltos_windows.c