logplus/WellLogUI/include/WellLogUI.h
2025-10-29 17:23:30 +08:00

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")