summaryrefslogtreecommitdiffstats
path: root/vobsub.c
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-30 17:38:51 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-30 17:38:51 +0000
commite0c59923eca03f6652bd78819fb44e0d79af613f (patch)
tree9c7b628837125f5ef9ebcfb53abc139f992b2800 /vobsub.c
parent9d5de25fb2b678753d5db6995e1dbf5f1f2e8f1c (diff)
downloadmpv-e0c59923eca03f6652bd78819fb44e0d79af613f.tar.bz2
mpv-e0c59923eca03f6652bd78819fb44e0d79af613f.tar.xz
remove ssize_t mess
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10211 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vobsub.c')
-rw-r--r--vobsub.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vobsub.c b/vobsub.c
index 0e76168181..4fbee89de9 100644
--- a/vobsub.c
+++ b/vobsub.c
@@ -13,9 +13,6 @@
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
-#ifdef __MINGW32__
-typedef long ssize_t;
-#endif
#include "config.h"
#include "version.h"