9 lines
187 B
C
9 lines
187 B
C
|
#pragma once
|
||
|
|
||
|
|
||
|
# if defined(SIMULATIONSARTOOL_LIB)
|
||
|
# define SIMULATIONSARTOOLAPI_EXPORT __declspec(dllexport)
|
||
|
# else
|
||
|
# define SIMULATIONSARTOOLAPI_EXPORT __declspec(dllimport)
|
||
|
# endif
|