Merge pull request #2495 from panicgh/lowercase-windows-h

Use lower-case "windows.h" for case-sensitive file systems
pull/2499/head
Gabi Melman 3 years ago committed by GitHub
commit 7130676697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
#include "includes.h" #include "includes.h"
#ifdef _WIN32 #ifdef _WIN32
# include <Windows.h> # include <windows.h>
#else #else
# include <sys/types.h> # include <sys/types.h>
# include <dirent.h> # include <dirent.h>

Loading…
Cancel
Save