#include <string.h>#include <limits.h>Go to the source code of this file.
Macros | |
| #define | DLLSYM |
| #define | __UNIX__ |
| #define | MAX_PATH 4096 |
| #define | SIGNED signed |
| #define | TESS_API |
| #define | TESS_LOCAL |
| #define | _TESS_FILE_BASENAME_ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) |
| #define __UNIX__ |
Definition at line 38 of file platform.h.
| #define _TESS_FILE_BASENAME_ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) |
Definition at line 82 of file platform.h.
| #define DLLSYM |
Definition at line 25 of file platform.h.
| #define MAX_PATH 4096 |
Definition at line 41 of file platform.h.
| #define SIGNED signed |
Definition at line 45 of file platform.h.
| #define TESS_API |
Definition at line 73 of file platform.h.
| #define TESS_LOCAL |
Definition at line 74 of file platform.h.