Skip to content

Commit

Permalink
Use lowercased Windows SDK headers
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Aug 6, 2021
1 parent bd93894 commit 7272606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/_test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <cstdlib>

#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#define strcasecmp _stricmp
#else
#include <sys/wait.h>
Expand Down

0 comments on commit 7272606

Please sign in to comment.