Skip to content

meson.build: Define ssize_t for MSVC-style builds (fix 3.x Visual Studio builds)

Chun-wei Fan requested to merge master.msvc into master

Hi,

From the commit message, to fix builds on Visual Studio and clang-cl:

This is necessary as we are using nghttp2 which uses ssize_t, which is no defined by Microsoft's standard headers, and it is actually a part of POSIX.

With blessings, thank you!

Merge request reports