Skip to content
Snippets Groups Projects
Steve Lhomme's avatar
Steve Lhomme authored
MSVC doesn't have ssize_t but it has SSIZE_T which should be similar.

clang-cl doesn't have any ssize_t in its header and defines _MSC_VER so it
should work as well.

Co-authored-by: default avatarMartin Finkel <martin@videolabs.io>
ab4f2bc2