提交 75885402 编写于 作者: R Ray Smith

Removed changes from last commit that didn't belong

上级 3ec11bd3
......@@ -21,7 +21,6 @@
#define TESSERACT_API_APITYPES_H_
#include "publictypes.h"
#include "version.h"
// The types used by the API and Page/ResultIterator can be found in:
// ccstruct/publictypes.h
......
......@@ -20,6 +20,10 @@
#ifndef TESSERACT_API_BASEAPI_H_
#define TESSERACT_API_BASEAPI_H_
#define TESSERACT_VERSION_STR "4.00.00alpha"
#define TESSERACT_VERSION 0x040000
#define MAKE_VERSION(major, minor, patch) (((major) << 16) | ((minor) << 8) | \
(patch))
#include <stdio.h>
// To avoid collision with other typenames include the ABSOLUTE MINIMUM
// complexity of includes here. Use forward declarations wherever possible
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册