File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 5555 #else
5656 #define {utoken}_PUBLIC __declspec(dllimport)
5757 #endif
58+ #elif defined __OS2__
59+ #ifdef BUILDING_{utoken}
60+ #define {utoken}_PUBLIC __declspec(dllexport)
61+ #else
62+ #define {utoken}_PUBLIC
63+ #endif
5864#else
5965 #ifdef BUILDING_{utoken}
6066 #define {utoken}_PUBLIC __attribute__ ((visibility ("default")))
Original file line number Diff line number Diff line change 1818 #else
1919 #define {utoken}_PUBLIC __declspec(dllimport)
2020 #endif
21+ #elif defined __OS2__
22+ #ifdef BUILDING_{utoken}
23+ #define {utoken}_PUBLIC __declspec(dllexport)
24+ #else
25+ #define {utoken}_PUBLIC
26+ #endif
2127#else
2228 #ifdef BUILDING_{utoken}
2329 #define {utoken}_PUBLIC __attribute__ ((visibility ("default")))
Original file line number Diff line number Diff line change 1818 #else
1919 #define {utoken}_PUBLIC __declspec(dllimport)
2020 #endif
21+ #elif defined __OS2__
22+ #ifdef BUILDING_{utoken}
23+ #define {utoken}_PUBLIC __declspec(dllexport)
24+ #else
25+ #define {utoken}_PUBLIC
26+ #endif
2127#else
2228 #ifdef BUILDING_{utoken}
2329 #define {utoken}_PUBLIC __attribute__ ((visibility ("default")))
Original file line number Diff line number Diff line change 1818 #else
1919 #define {utoken}_PUBLIC __declspec(dllimport)
2020 #endif
21+ #elif defined __OS2__
22+ #ifdef BUILDING_{utoken}
23+ #define {utoken}_PUBLIC __declspec(dllexport)
24+ #else
25+ #define {utoken}_PUBLIC
26+ #endif
2127#else
2228 #ifdef BUILDING_{utoken}
2329 #define {utoken}_PUBLIC __attribute__ ((visibility ("default")))
You can’t perform that action at this time.
0 commit comments