IsoEx
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
IsoExDefines.hh
1 #ifndef ISOEXDLLEXPORT
2  #ifdef WIN32
3  #ifdef ISOEXDLL
4  #ifdef USEISOEX
5  #define ISOEXDLLEXPORT __declspec(dllimport)
6  #define ISOEXDLLEXPORTONLY
7  #else
8  #define ISOEXDLLEXPORT __declspec(dllexport)
9  #define ISOEXDLLEXPORTONLY __declspec(dllexport)
10  #endif
11  #else
12  #define ISOEXDLLEXPORT
13  #define ISOEXDLLEXPORTONLY
14  #endif
15  #else
16  #define ISOEXDLLEXPORT
17  #define ISOEXDLLEXPORTONLY
18  #endif
19 #endif