fixed windows build

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@1110 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
zdenop@gmail.com 2014-05-26 06:48:58 +00:00
parent 19c4c2f0e7
commit 84cdcb32cc
2 changed files with 2 additions and 4 deletions

View File

@ -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>

View File

@ -22,10 +22,6 @@
#include "config_auto.h"
#endif
#ifdef _WIN32
#include <fcntl.h>
#include <io.h>
#endif // _WIN32
#include <iostream>
#include "allheaders.h"