Open higaski opened 1 year ago
The code currently uses upper case header names in some places (e.g. Windows.h). This is an issue when trying to use MINGW which expects them to be lower case. The changes should not affect actual Windows platforms as they are case-insensitive.
Windows.h
The code currently uses upper case header names in some places (e.g.
Windows.h
). This is an issue when trying to use MINGW which expects them to be lower case. The changes should not affect actual Windows platforms as they are case-insensitive.