RasterProcessTool/Toolbox/SimulationSARTool/SimulationSARToolAPI.h

9 lines
187 B
C
Raw Normal View History

2025-02-07 11:47:41 +00:00
#pragma once
# if defined(SIMULATIONSARTOOL_LIB)
# define SIMULATIONSARTOOLAPI_EXPORT __declspec(dllexport)
# else
# define SIMULATIONSARTOOLAPI_EXPORT __declspec(dllimport)
# endif