libvlc: fix API compatibility when using libvlc from MSVC
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:
Martin Finkel <martin@videolabs.io>
parent
4a887879
No related branches found
No related tags found
-
mentioned in merge request !6984 (merged)
-
mentioned in commit 9a125ac4
Please register or sign in to comment