MINGW32 port

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9929 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2003-04-18 18:47:57 +00:00
parent a8108b443e
commit 08c1d138dc
2 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,9 @@
*/
#include <sys/types.h>
#ifdef __MINGW32__
typedef long ssize_t;
#endif
/**
* The length of one Logical Block of a DVD Video.

View File

@ -31,7 +31,9 @@
#include <stdlib.h>
#include <string.h>
//#include <assert.h>
#ifndef __MINGW32__
#include <sys/ioctl.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>