Loading...
Searching...
No Matches
Go to the documentation of this file.
4#ifndef __plmsys_config_h__
5#define __plmsys_config_h__
9#if ((defined(_WIN32) || defined(WIN32)) && (defined (PLM_BUILD_SHARED_LIBS)))
11# define PLMSYS_C_API EXTERNC __declspec(dllexport)
12# define PLMSYS_API __declspec(dllexport)
14# define PLMSYS_C_API EXTERNC __declspec(dllimport)
15# define PLMSYS_API __declspec(dllimport)
18# define PLMSYS_C_API EXTERNC