X16Community / x16-emulator

Emulator for the Commander X16 8-bit computer
BSD 2-Clause "Simplified" License
205 stars 43 forks source link

Various minor header fixups #300

Closed skeeto closed 1 month ago

skeeto commented 1 month ago

I ran into all but one of the above compiling with Mingw-w64. The case for windows.h is important for cross-compilation, and on case-sensitive file systems it's always all lowercase. The missing include guard in utf8_encode.h isn't normally a problem, but it affects my custom unity build and its omission is likely an accident.