mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 05:31:34 +00:00
remove ssize_t mess
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10211 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9d5de25fb2
commit
e0c59923ec
@ -31,9 +31,6 @@
|
||||
//#include "mp_msg.h"
|
||||
#include "stream.h"
|
||||
|
||||
#ifdef __MINGW32__
|
||||
typedef long ssize_t;
|
||||
#endif
|
||||
|
||||
|
||||
/************************************************************************
|
||||
|
@ -21,9 +21,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef __MINGW32__
|
||||
typedef long ssize_t;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The length of one Logical Block of a DVD Video.
|
||||
|
Loading…
Reference in New Issue
Block a user