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

Use lower-case "windows.h" for case-sensitive file systems
This commit is contained in:
Gabi Melman 2022-09-26 14:20:29 +03:00 committed by GitHub
commit 7130676697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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