Loading...
Searching...
No Matches
Go to the documentation of this file.
16#ifndef TESSERACT_PLATFORM_H_
17#define TESSERACT_PLATFORM_H_
20# if defined(_WIN32) || defined(__CYGWIN__)
21# if defined(TESS_EXPORTS)
22# define TESS_API __declspec(dllexport)
23# elif defined(TESS_IMPORTS)
24# define TESS_API __declspec(dllimport)
29# if defined(TESS_EXPORTS) || defined(TESS_IMPORTS)
30# define TESS_API __attribute__((visibility("default")))