Merge pull request #2224 from nghttp2/undef-no-ssize-t

Undefine NGHTTP2_NO_SSIZE_T if BUILDING_NGHTTP2 is defined
This commit is contained in:
Tatsuhiro Tsujikawa
2024-07-26 18:58:06 +09:00
committed by GitHub

View File

@@ -72,6 +72,10 @@ extern "C" {
# endif /* !BUILDING_NGHTTP2 */
#endif /* !defined(WIN32) */
#ifdef BUILDING_NGHTTP2
# undef NGHTTP2_NO_SSIZE_T
#endif /* BUILDING_NGHTTP2 */
/**
* @typedef
*