Fix cross-compiling to MinGW on Unix

"windows.h" must be lowercase on case-sensitive file systems.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/873f4391
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/873f4391
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/873f4391

Branch: refs/heads/master
Commit: 873f4391b82199ce9cdca9e25c17c2614df3a219
Parents: e2c7d71
Author: Nick Wellnhofer <[email protected]>
Authored: Sat Feb 4 17:43:53 2017 +0100
Committer: Nick Wellnhofer <[email protected]>
Committed: Sat Feb 4 18:11:56 2017 +0100

----------------------------------------------------------------------
 core/Lucy/Util/ProcessID.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/873f4391/core/Lucy/Util/ProcessID.c
----------------------------------------------------------------------
diff --git a/core/Lucy/Util/ProcessID.c b/core/Lucy/Util/ProcessID.c
index 2cd720c..4209a27 100644
--- a/core/Lucy/Util/ProcessID.c
+++ b/core/Lucy/Util/ProcessID.c
@@ -21,7 +21,7 @@
 /********************************* WINDOWS ********************************/
 #if (defined(CHY_HAS_WINDOWS_H) && defined(CHY_HAS_PROCESS_H) && 
!defined(__CYGWIN__))
 
-#include <Windows.h>
+#include <windows.h>
 #include <process.h>
 
 int

Reply via email to