mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
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:
@@ -72,6 +72,10 @@ extern "C" {
|
||||
# endif /* !BUILDING_NGHTTP2 */
|
||||
#endif /* !defined(WIN32) */
|
||||
|
||||
#ifdef BUILDING_NGHTTP2
|
||||
# undef NGHTTP2_NO_SSIZE_T
|
||||
#endif /* BUILDING_NGHTTP2 */
|
||||
|
||||
/**
|
||||
* @typedef
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user