plastimatch
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
c
i
o
p
s
Enumerations
Enumerator
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
x
z
Variables
Typedefs
a
b
c
d
e
f
h
i
j
l
m
o
p
q
r
s
t
u
v
x
Enumerations
Enumerator
a
b
e
f
i
m
n
p
r
s
x
z
Macros
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Loading...
Searching...
No Matches
src
sys
plmsys_config.h
Go to the documentation of this file.
1
/* -----------------------------------------------------------------------
2
See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3
----------------------------------------------------------------------- */
4
#ifndef __plmsys_config_h__
5
#define __plmsys_config_h__
6
7
#include "plm_config.h"
8
9
#if ((defined(_WIN32) || defined(WIN32)) && (defined (PLM_BUILD_SHARED_LIBS)))
10
# ifdef plmsys_EXPORTS
11
# define PLMSYS_C_API EXTERNC __declspec(dllexport)
12
# define PLMSYS_API __declspec(dllexport)
13
# else
14
# define PLMSYS_C_API EXTERNC __declspec(dllimport)
15
# define PLMSYS_API __declspec(dllimport)
16
# endif
17
#else
18
# define PLMSYS_C_API EXTERNC
19
# define PLMSYS_API
20
#endif
21
22
#endif
Generated on Tue Mar 25 2025 20:02:27 for plastimatch by
1.12.0