Skip to content

Commit

Permalink
Merge pull request #55 from jschueller/patch-1
Browse files Browse the repository at this point in the history
Lowercase windows.h
  • Loading branch information
igaztanaga authored Sep 30, 2024
2 parents bb124ff + 164e070 commit dfb5902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/move/detail/nsec_clock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include <cassert>

#if defined( BOOST_USE_WINDOWS_H )
#include <Windows.h>
#include <windows.h>
#else

#if defined (WIN32_PLATFORM_PSPC)
Expand Down

0 comments on commit dfb5902

Please sign in to comment.