Lowercase windows.h

Errors when cross-compiling on a case-sensitive fs (mingw)
Will make no difference on windows where the fs is case-insensitive
This commit is contained in:
Julien Schueller
2024-08-30 14:36:05 +02:00
committed by GitHub
parent 55b5a3ece6
commit 164e070cb4

View File

@ -43,7 +43,7 @@
#include <cassert>
#if defined( BOOST_USE_WINDOWS_H )
#include <Windows.h>
#include <windows.h>
#else
#if defined (WIN32_PLATFORM_PSPC)