File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66#include < iostream>
77#ifdef _WIN32
8- #include < Windows .h>
8+ #include < windows .h>
99#endif
1010
1111inline void init_utf8_console () noexcept
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ TOML_NAMESPACE_END
208208#if TOML_WINDOWS_COMPAT
209209
210210TOML_DISABLE_WARNINGS
211- #include < Windows .h> // fuckkkk :(
211+ #include < windows .h> // fuckkkk :(
212212TOML_ENABLE_WARNINGS
213213
214214TOML_IMPL_NAMESPACE_START
Original file line number Diff line number Diff line change 77
88#ifdef _WIN32
99TOML_DISABLE_WARNINGS
10- #include < Windows .h>
10+ #include < windows .h>
1111TOML_ENABLE_WARNINGS
1212#endif
1313
Original file line number Diff line number Diff line change 88#if TOML_WINDOWS_COMPAT
99
1010TOML_DISABLE_WARNINGS
11- #include < Windows .h>
11+ #include < windows .h>
1212TOML_ENABLE_WARNINGS
1313
1414TEST_CASE (" windows compat" )
Original file line number Diff line number Diff line change @@ -8387,7 +8387,7 @@ TOML_NAMESPACE_END
83878387#if TOML_WINDOWS_COMPAT
83888388
83898389TOML_DISABLE_WARNINGS
8390- #include < Windows .h> // fuckkkk :(
8390+ #include < windows .h> // fuckkkk :(
83918391TOML_ENABLE_WARNINGS
83928392
83938393TOML_IMPL_NAMESPACE_START
You can’t perform that action at this time.
0 commit comments