RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.25k stars 264 forks source link

Convert <Windows.h> inclusions to lowercase #264

Closed ghost closed 3 years ago

ghost commented 3 years ago

I was having issues when trying to cross-compile Windows binaries on Linux using Mingw-w64 with the cute_files.h header. It looks like Mingw needs the Windows.h header to be all lowercase in order to successfully include it.

Most of the relevant inclusions across the cute_headers code are already lowercase, this change just converts the rest.

RandyGaul commented 3 years ago

Thanks!