We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c505aba commit d7b2096Copy full SHA for d7b2096
csvwriter.cpp
@@ -7,7 +7,7 @@
7
#include <iomanip>
8
#ifdef _WIN32
9
#define WIN32_LEAN_AND_MEAN
10
-#include <Windows.h>
+#include <windows.h>
11
#endif
12
13
static constexpr std::array<std::uint8_t, 3> utf8Bom{{0xEF, 0xBB, 0xBF}};
0 commit comments