11 lines
207 B
C
11 lines
207 B
C
|
|
#ifdef _WIN32
|
||
|
|
#ifdef OSGWELLLOGUI_LIB
|
||
|
|
#define EDITPLOTHEADER_EXPORT __declspec(dllexport)
|
||
|
|
#else
|
||
|
|
#define EDITPLOTHEADER_EXPORT __declspec(dllimport)
|
||
|
|
#endif
|
||
|
|
#else
|
||
|
|
#define EDITPLOTHEADER_EXPORT
|
||
|
|
#endif
|
||
|
|
|