mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
fixed windows build
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@1110 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
19c4c2f0e7
commit
84cdcb32cc
@ -35,6 +35,8 @@
|
||||
#endif // _MSC_VER
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#else
|
||||
#include <dirent.h>
|
||||
#include <libgen.h>
|
||||
|
@ -22,10 +22,6 @@
|
||||
#include "config_auto.h"
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#endif // _WIN32
|
||||
#include <iostream>
|
||||
|
||||
#include "allheaders.h"
|
||||
|
Loading…
Reference in New Issue
Block a user