|
itom
|
Loading...
Searching...
No Matches
31#if (defined ITOMLIBS_SHARED && ( defined(_Windows) || defined(_WINDOWS) || defined(WIN32) || defined(_WIN32) || defined(__WIN32__) ))
33 #ifndef ITOMSHAPE_EXPORT
36 #if defined(_MSC_VER) || defined(__BORLANDC__)
37 #if (_MSC_VER >= 800) || (__BORLANDC__ >= 0x500)
40 #define ITOMSHAPE_EXPORT __export
42 #define ITOMSHAPE_EXPORT
48 #ifndef ITOMSHAPE_EXPORT
50 #define ITOMSHAPE_EXPORT __declspec(dllexport)
52 #define ITOMSHAPE_EXPORT __declspec(dllimport)
60#ifndef ITOMSHAPE_EXPORT
61 #define ITOMSHAPE_EXPORT