Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
openlibm_defs.h
Go to the documentation of this file.
1#ifndef OPENLIBM_DEFS_H_
2#define OPENLIBM_DEFS_H_
3
4#ifdef _WIN32
5# ifdef IMPORT_EXPORTS
6# define OLM_DLLEXPORT __declspec(dllimport)
7# else
8# define OLM_DLLEXPORT __declspec(dllexport)
9# endif
10#else
11#define OLM_DLLEXPORT __attribute__ ((visibility("default")))
12#endif
13
14#endif // OPENLIBM_DEFS_H_