Skip to content

Commit dfb5902

Browse files
authored
Merge pull request #55 from jschueller/patch-1
Lowercase windows.h
2 parents bb124ff + 164e070 commit dfb5902

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)