19 lines
275 B
C
19 lines
275 B
C
#ifdef WIN32
|
|
#ifdef OSGWELLLOGUI_LIB
|
|
#define OSGWELLLOGUI_EXPORT __declspec(dllexport)
|
|
#else
|
|
#define OSGWELLLOGUI_EXPORT __declspec(dllimport)
|
|
#endif
|
|
#else
|
|
#define OSGWELLLOGUI_EXPORT
|
|
#endif
|
|
|
|
#pragma execution_character_set("utf-8")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|