Skip to content

Commit

Permalink
Fix capitalization of windows include
Browse files Browse the repository at this point in the history
This makes a difference when cross compiling under Linux.
  • Loading branch information
rfranke committed Mar 13, 2016
1 parent 1aa2612 commit 12879a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@
#endif
#endif

#include <Windows.h>
#include <windows.h>
namespace boost {
namespace extensions {
namespace impl {
Expand Down

0 comments on commit 12879a0

Please sign in to comment.