COMPASSi/trunk/code/inc/DataManager/DataManagerInterface/include/DataManagerGlobal.h

18 lines
317 B
C
Raw Permalink Normal View History

2025-06-25 15:06:42 +08:00
#ifndef _DATAMANAGERGLOBAL_
#define _DATAMANAGERGLOBAL_
#ifdef _WIN32
#ifdef DATAMANAGER_LIB
#define DATAMANAGER_DLL_API_EXPORTS __declspec(dllexport)
#else
#define DATAMANAGER_DLL_API_EXPORTS __declspec(dllimport)
#endif
#else
#define DATAMANAGER_DLL_API_EXPORTS
#endif //_WIN32
#endif //_DATAMANAGERGLOBAL_