Mech-DLK SDK C++ API
2.0.2
C++ API reference documentation for secondary development with Mech-DLK
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
o
r
s
u
w
x
y
~
Functions
Variables
a
b
c
d
e
f
h
i
k
l
m
o
s
u
w
x
y
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
Export.h
Go to the documentation of this file.
1
#ifndef DL_EXPORT
2
#define DL_EXPORT
3
4
#ifdef MMIND_DL_SDK_EXPORTS
5
#define MMIND_DL_SDK_EXPORT __declspec(dllexport)
6
#else
7
#define MMIND_DL_SDK_EXPORT __declspec(dllimport)
8
#endif
9
10
#ifdef MMIND_SINGLE_SDK_EXPORTS
11
#define MMIND_SINGLE_SDK_EXPORT __declspec(dllexport)
12
#else
13
#define MMIND_SINGLE_SDK_EXPORT __declspec(dllimport)
14
#endif
15
16
#endif
Generated by
1.9.7