-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h
110 lines (84 loc) · 1.52 KB
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
#ifndef UUID_A338EA1A4A094F2C0DF52FB9D4A2FDA3
#define UUID_A338EA1A4A094F2C0DF52FB9D4A2FDA3
#include "platform.h"
#define TL_STATIC_API
#ifdef TL_DEFAULT_API
# define TL_API TL_DEFAULT_API
#elif TL_WINDOWS
# if TL_EXPORTS
# define TL_API __declspec(dllexport)
# elif TL_STATIC
# define TL_API extern
# else
# define TL_API __declspec(dllimport)
# endif
#else
# define TL_API TL_NOAPI
#endif
#ifndef TL_NOAPI
#define TL_NOAPI extern
#endif
#ifndef TL_INF_API
#define TL_INF_API
#endif
#ifndef TL_DEF_API
#define TL_DEF_API
#endif
#ifndef TL_PNG_API
#define TL_PNG_API
#endif
#ifndef TL_RECT_API
#define TL_RECT_API
#endif
#ifndef TL_SOCK_API
#define TL_SOCK_API
#endif
#ifndef TL_IMAGE_API
#define TL_IMAGE_API
#endif
#ifndef TL_TT_API
#define TL_TT_API
#endif
#ifndef TL_STREAM_API
#define TL_STREAM_API
#endif
#ifndef FDLIBM_API
#define FDLIBM_API
#endif
/* "Rarer" functions */
#ifndef FDLIBM2_API
#define FDLIBM2_API
#endif
/* Hyperbolic functions */
#ifndef FDLIBMH_API
#define FDLIBMH_API
#endif
#ifndef FDLIBM_INTERNAL
#define FDLIBM_INTERNAL
#endif
#ifndef TL_TREAP_API
#define TL_TREAP_API
#endif
#ifndef TL_IEEE754_API
#define TL_IEEE754_API
#endif
#ifndef TL_AM_API
#define TL_AM_API
#endif
#ifndef TL_VORBIS_API
#define TL_VORBIS_API
#endif
#ifndef TL_RIFF_API
#define TL_RIFF_API
#endif
#ifndef TL_REGION_API
#define TL_REGION_API
#endif
#ifndef TL_STREAM_API
#define TL_STREAM_API
#endif
#ifndef TL_CODEC_API
#define TL_CODEC_API
#endif
#define STB_VORBIS_NO_STDIO
#endif // UUID_A338EA1A4A094F2C0DF52FB9D4A2FDA3