0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02: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:
faust3 2003-05-30 17:38:51 +00:00
parent 9d5de25fb2
commit e0c59923ec
3 changed files with 0 additions and 9 deletions

View File

@ -31,9 +31,6 @@
//#include "mp_msg.h"
#include "stream.h"
#ifdef __MINGW32__
typedef long ssize_t;
#endif
/************************************************************************

View File

@ -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.

View File

@ -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"