mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-25 11:39:06 +08:00
Fix case of include file name
Windows.h works on Windows, but not for cross builds on Linux hosts with case sensitive file systems which only provide windows.h. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
3272b62201
commit
511e7f7908
@ -1,5 +1,5 @@
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <io.h>
|
||||
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user