|
itom
|
Loading...
Searching...
No Matches
28#if (defined ITOMLIBS_SHARED && ( defined(_Windows) || defined(_WINDOWS) || defined(WIN32) || defined(_WIN32) || defined(__WIN32__) ))
30 #ifndef DATAOBJ_EXPORT
33 #if defined(_MSC_VER) || defined(__BORLANDC__)
34 #if (_MSC_VER >= 800) || (__BORLANDC__ >= 0x500)
37 #define DATAOBJ_EXPORT __export
39 #define DATAOBJ_EXPORT
45 #ifndef DATAOBJ_EXPORT
47 #define DATAOBJ_EXPORT __declspec(dllexport)
49 #define DATAOBJ_EXPORT __declspec(dllimport)
58 #define DATAOBJ_EXPORT