Kode / Kinc

Modern low level game library and hardware abstraction.
http://kinc.tech
zlib License
511 stars 121 forks source link

Fix Windows MultiByte builds #853

Closed samhocevar closed 7 months ago

samhocevar commented 7 months ago

Use W-suffix functions explicitly instead of relying on the build character set to be Unicode. Keep the A-suffix functions when multibyte is not an issue.