MINGW32 port

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9773 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2003-03-31 17:32:46 +00:00
parent 5d1765ffc7
commit a66cc22948
3 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,9 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#ifdef __MINGW32__
#define SIGQUIT 3
#endif
#include <sys/time.h>
#include "config.h"

View File

@ -1,6 +1,8 @@
#include <string.h>
#ifndef __MINGW32__
#include <sys/ioctl.h>
#endif
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>

View File

@ -13,6 +13,9 @@
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#ifdef __MINGW32__
typedef long ssize_t;
#endif
#include "config.h"
#include "version.h"