mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-04 18:29:06 +08:00
baseapi: Remove old code
The workaround is no longer needed because _splitpath and _MAX_FNAME
were removed in commit cc0d87c5b8
.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
dd261e8d42
commit
dfd35d3e27
@ -29,10 +29,6 @@
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
#if defined(__MINGW32__)
|
||||
// workaround for stdlib.h with -std=c++11 for _splitpath and _MAX_FNAME
|
||||
#undef __STRICT_ANSI__
|
||||
#endif // __MINGW32__
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user