Skip to content

Commit d7b2096

Browse files
committed
Fix windows header casing to support mingw cross compile on linux
1 parent c505aba commit d7b2096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csvwriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <iomanip>
88
#ifdef _WIN32
99
#define WIN32_LEAN_AND_MEAN
10-
#include <Windows.h>
10+
#include <windows.h>
1111
#endif
1212

1313
static constexpr std::array<std::uint8_t, 3> utf8Bom{{0xEF, 0xBB, 0xBF}};

0 commit comments

Comments
 (0)