mirror of
https://github.com/boostorg/move.git
synced 2025-07-30 04:17:13 +02:00
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:
@ -43,7 +43,7 @@
|
||||
#include <cassert>
|
||||
|
||||
#if defined( BOOST_USE_WINDOWS_H )
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
|
||||
#if defined (WIN32_PLATFORM_PSPC)
|
||||
|
Reference in New Issue
Block a user