Loading...
Searching...
No Matches
Go to the documentation of this file.
4#ifndef __plmutil_config_h__
5#define __plmutil_config_h__
9#if ((defined(_WIN32) || defined(WIN32)) && (defined (PLM_BUILD_SHARED_LIBS)))
10# ifdef plmutil_EXPORTS
11# define PLMUTIL_C_API EXTERNC __declspec(dllexport)
12# define PLMUTIL_API __declspec(dllexport)
14# define PLMUTIL_C_API EXTERNC __declspec(dllimport)
15# define PLMUTIL_API __declspec(dllimport)
17# ifdef plmutilcuda_EXPORTS
18# define PLMUTILCUDA_C_API EXTERNC __declspec(dllexport)
19# define PLMUTILCUDA_API __declspec(dllexport)
21# define PLMUTILCUDA_C_API EXTERNC __declspec(dllimport)
22# define PLMUTILCUDA_API __declspec(dllimport)
25# define PLMUTIL_C_API EXTERNC
27# define PLMUTILCUDA_C_API EXTERNC
28# define PLMUTILCUDA_API