COMPASSi/trunk/code/inc/InlandModel/InlandModelGlobal.h

18 lines
297 B
C

#ifndef _INLANDMODELGLOBAL_
#define _INLANDMODELGLOBAL_
#ifdef _WIN32
#ifdef INLAND_LIB
#define INLAND_DLL_API_EXPORTS __declspec(dllexport)
#else
#define INLAND_DLL_API_EXPORTS __declspec(dllimport)
#endif
#else
#define INLAND_DLL_API_EXPORTS
#endif //_WIN32
#endif //_INLANDMODELGLOBAL_