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