shithub: libdvdcss

Download patch

ref: be12431849472c9aa483aea8ddf176a763bef1dc
parent: 9718193ae6aabcc8ac7c551e117ca18703d56b71
author: Diego Biurrun <diego@biurrun.de>
date: Sun Nov 2 16:47:12 EST 2014

msvc: Add definition for ssize_t

MSVC still lacks proper support for ssize_t even in the 2013 version.

--- a/src/common.h
+++ b/src/common.h
@@ -70,6 +70,7 @@
 #       else
 #           define off_t __int64
 #       endif
+#       define ssize_t SSIZE_T
 #       define stat _stati64
 #       define snprintf _snprintf
 #       define strdup _strdup