<meta http-equiv="Content-Type" content="text/html; charset=GB18030"><div>Hello Everyone!</div><div>I've been using the excellent VLC sdk to display a RTSP stream in a winform application.</div><div><br></div><div>The callback declaration <br></div><div>"typedef ssize_t (*libvlc_media_read_cb)(void *opaque, unsigned char *buf,  size_t len);"</div><div>in header file <br></div><div>"vlc-3.0.11-win32\vlc-3.0.11\sdk\include\vlc\libvlc_media.h"</div><div>doesn't compile in VS2019.</div><div><br></div><div>It seems the "ssize_t" doesn't exits on vc++ compiler headers.</div><div><br></div><div>How should I change the type "ssize_t" to using the sdk?</div><div><br></div><div><br></div>