mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-22 18:13:42 +08:00
Merge pull request #2401 from stweil/includes
Don't include windows.h from platform.h
This commit is contained in:
commit
c7c11f798f
@ -25,9 +25,9 @@
|
||||
#include <sstream> // for std::stringstream
|
||||
|
||||
#include "genericvector.h"
|
||||
#include "host.h" // platform.h, windows.h for MAX_PATH
|
||||
#include "tprintf.h"
|
||||
#include "params.h"
|
||||
#include "platform.h" // MAX_PATH
|
||||
|
||||
#define PLUS '+' //flag states
|
||||
#define MINUS '-'
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#define DLLSYM
|
||||
#ifdef _WIN32
|
||||
# include <windows.h> // MAX_PATH
|
||||
# ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# endif /* NOMINMAX */
|
||||
|
Loading…
Reference in New Issue
Block a user