make clang-format

This commit is contained in:
Tatsuhiro Tsujikawa 2018-11-09 22:29:18 +09:00
parent 48998f7239
commit f6644a92af
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ extern "C" {
#ifdef NGHTTP2_STATICLIB
# define NGHTTP2_EXTERN
#elif defined(WIN32) || (__has_declspec_attribute(dllexport) && __has_declspec_attribute(dllimport))
#elif defined(WIN32) || (__has_declspec_attribute(dllexport) && \
__has_declspec_attribute(dllimport))
# ifdef BUILDING_NGHTTP2
# define NGHTTP2_EXTERN __declspec(dllexport)
# else /* !BUILDING_NGHTTP2 */