Merge pull request #55 from jschueller/patch-1

Lowercase windows.h
This commit is contained in:
Ion Gaztañaga
2024-09-30 13:16:13 +02:00
committed by GitHub

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)