AJA NTV2 SDK
17.6.0.1688
NTV2 SDK 17.6.0.1688
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
u
v
Enumerations
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
q
r
s
t
u
v
w
y
z
~
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
Typedefs
_
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
b
c
e
g
k
n
r
v
Related Functions
:
a
b
c
d
j
o
s
w
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
y
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
c
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Typedefs
_
a
b
c
d
f
h
i
j
l
m
n
o
p
q
r
s
t
u
w
Enumerations
_
a
b
c
d
e
f
h
i
j
k
m
n
p
q
r
s
t
u
v
x
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
_
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
export.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
8
#ifndef AJA_EXPORT_H
9
#define AJA_EXPORT_H
10
11
#ifdef MSWindows
12
#ifndef AJASTATIC
13
#if defined(AJADLL) || defined(AJA_WINDLL)
14
#pragma warning (disable : 4251)
15
#if defined(AJADLL_BUILD) || defined(AJA_DLL_BUILD)
16
#define AJAExport __declspec(dllexport) // ajantv2 way
17
#define AJA_EXPORT __declspec(dllexport) // ajabase way
18
#else
19
#define AJAExport __declspec(dllimport) // ajantv2 way
20
#define AJA_EXPORT __declspec(dllimport) // ajabase way
21
#endif
22
#else
23
#define AJAExport // ajantv2 way
24
#define AJA_EXPORT // ajabase way
25
#ifndef AJA_NO_AUTOIMPORT
26
#endif
27
#endif
28
#else
29
#define AJAExport // ajantv2 way
30
#define AJA_EXPORT // ajabase way
31
#endif
32
#else
33
#define AJAExport // ajantv2 way
34
#define AJA_EXPORT // ajabase way
35
#endif
36
37
#endif // AJA_EXPORT_H
libajantv2
ajabase
common
export.h
Generated on Wed Mar 5 2025 11:06:22 for AJA NTV2 SDK by
1.8.17