Skip to content

Commit 164e070

Browse files
authored
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
1 parent 55b5a3e commit 164e070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/move/detail/nsec_clock.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#include <cassert>
4444

4545
#if defined( BOOST_USE_WINDOWS_H )
46-
#include <Windows.h>
46+
#include <windows.h>
4747
#else
4848

4949
#if defined (WIN32_PLATFORM_PSPC)

0 commit comments

Comments
 (0)