Commits


Ludovic Delfau authored and GitHub committed 503d16553a1
Replace the includes of Windows.h with windows.h (#204) (#235) When cross-compiling with MinGW, the compiler is unable to find the include of Windows.h because windows.h is provided instead. Replacing the includes of Windows.h with windows.h solves the issue and still works on Windows because the filesystem is case insensitive.