Skip to main content

optiSLang MOPSolver API 2024 R1

mopsolver_dlpublic

Last update: 16.07.2025
1// $Id: $
2
3#ifndef __MOPSOLVER_DLPUBLIC_H__
4#define __MOPSOLVER_DLPUBLIC_H__
5
6#include "dlvisibility.h"
7
8#ifdef DYNARDO_MOPSOLVER_INTERNAL_SHARED
9 #ifdef DYNARDO_MOPSOLVER_INTERNAL_BUILD
10 #define DYNARDO_MOPSOLVER_INTERNAL_DLPUBLIC DLPUBLIC_SHARED_EXPORT
11 #else
12 #define DYNARDO_MOPSOLVER_INTERNAL_DLPUBLIC DLPUBLIC_SHARED_IMPORT
13 #endif
14#else
15 #define DYNARDO_MOPSOLVER_INTERNAL_DLPUBLIC
16#endif
17
18#endif // __MOPSOLVER_DLPUBLIC_H__

Connect with Ansys