Undefine NGHTTP2_NO_SSIZE_T if BUILDING_NGHTTP2 is defined

This commit is contained in:
Tatsuhiro Tsujikawa
2024-07-26 17:51:07 +09:00
parent 13086404f7
commit 525830b87a

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
*