Skip to content

Commit

Permalink
Merge pull request #2495 from panicgh/lowercase-windows-h
Browse files Browse the repository at this point in the history
Use lower-case "windows.h" for case-sensitive file systems
  • Loading branch information
gabime committed Sep 26, 2022
2 parents 81de01c + 5ca5fdf commit 7130676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "includes.h"

#ifdef _WIN32
# include <Windows.h>
# include <windows.h>
#else
# include <sys/types.h>
# include <dirent.h>
Expand Down

0 comments on commit 7130676

Please sign in to comment.