You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssize_t is a POSIX type, so it's not available on MSVC. Not sure whether it can be made conditional to use SSIZE_T from <BaseTsd.h> on msvc or if something like ptrdiff_t may be more appropriate.
ssize_t is a POSIX type, so it's not available on MSVC. Not sure whether it can be made conditional to use SSIZE_T from <BaseTsd.h> on msvc or if something like ptrdiff_t may be more appropriate.