File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 * SPDX-License-Identifier: Apache-2.0.
77 */
88
9- #if defined(USE_WINDOWS_DLL_SEMANTICS ) || defined(WIN32 )
9+ #if defined(AWS_CRT_USE_WINDOWS_DLL_SEMANTICS ) || defined(_WIN32 )
1010# ifdef AWS_HTTP_USE_IMPORT_EXPORT
1111# ifdef AWS_HTTP_EXPORTS
1212# define AWS_HTTP_API __declspec(dllexport)
1818# endif /* USE_IMPORT_EXPORT */
1919
2020#else
21- # if (( __GNUC__ >= 4 ) || defined( __clang__ )) && defined(AWS_HTTP_USE_IMPORT_EXPORT ) && defined(AWS_HTTP_EXPORTS )
21+ # if defined(AWS_HTTP_USE_IMPORT_EXPORT ) && defined(AWS_HTTP_EXPORTS )
2222# define AWS_HTTP_API __attribute__((visibility("default")))
2323# else
2424# define AWS_HTTP_API
25- # endif /* __GNUC__ >= 4 || defined(__clang__) */
25+ # endif
2626
27- #endif /* defined(USE_WINDOWS_DLL_SEMANTICS ) || defined(WIN32 ) */
27+ #endif /* defined(AWS_CRT_USE_WINDOWS_DLL_SEMANTICS ) || defined(_WIN32 ) */
2828
2929#endif /* AWS_HTTP_EXPORTS_H */
You can’t perform that action at this time.
0 commit comments