File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 95
95
#define GHC_EXPAND_IMPL
96
96
#define GHC_INLINE
97
97
#ifdef GHC_OS_WINDOWS
98
+ #ifndef GHC_FS_API
98
99
#define GHC_FS_API
100
+ #endif
101
+ #ifndef GHC_FS_API_CLASS
99
102
#define GHC_FS_API_CLASS
103
+ #endif
100
104
#else
105
+ #ifndef GHC_FS_API
101
106
#define GHC_FS_API __attribute__ ((visibility(" default" )))
107
+ #endif
108
+ #ifndef GHC_FS_API_CLASS
102
109
#define GHC_FS_API_CLASS __attribute__ ((visibility(" default" )))
103
110
#endif
111
+ #endif
104
112
#elif defined(GHC_FILESYSTEM_FWD)
105
113
#define GHC_INLINE
106
114
#ifdef GHC_OS_WINDOWS
115
+ #ifndef GHC_FS_API
107
116
#define GHC_FS_API extern
117
+ #endif
118
+ #ifndef GHC_FS_API_CLASS
108
119
#define GHC_FS_API_CLASS
120
+ #endif
109
121
#else
122
+ #ifndef GHC_FS_API
110
123
#define GHC_FS_API extern
124
+ #endif
125
+ #ifndef GHC_FS_API_CLASS
111
126
#define GHC_FS_API_CLASS
112
127
#endif
128
+ #endif
113
129
#else
114
130
#define GHC_EXPAND_IMPL
115
131
#define GHC_INLINE inline
132
+ #ifndef GHC_FS_API
116
133
#define GHC_FS_API
134
+ #endif
135
+ #ifndef GHC_FS_API_CLASS
117
136
#define GHC_FS_API_CLASS
118
137
#endif
138
+ #endif
119
139
120
140
#ifdef GHC_EXPAND_IMPL
121
141
You can’t perform that action at this time.
0 commit comments