mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 15:03:45 +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
f7368ecb14
commit
c0f4e86ef5
@ -1,5 +1,5 @@
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <io.h>
|
||||
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user