Unverified Commit b075bda2 by Edward Thomson Committed by GitHub

Merge pull request #6377 from Vinz2008/main

Fixes #6365 : Uppercase windows.h include fails build in case-sensitive OS
parents d959e75f d64f3d09
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "opt.h" #include "opt.h"
#ifdef _WIN32 #ifdef _WIN32
# include <Windows.h> # include <windows.h>
#else #else
# include <fcntl.h> # include <fcntl.h>
# include <sys/ioctl.h> # include <sys/ioctl.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment