1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

10l on cygwin WIN32 gets defined in config.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12361 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-04-30 20:05:54 +00:00
parent 33790e6770
commit 4926bfdabb
2 changed files with 4 additions and 2 deletions

View File

@ -20,6 +20,8 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include "config.h"
#ifdef __MINGW32__
#define SIGQUIT 3
#endif
@ -29,7 +31,6 @@
#include <sys/time.h>
#include "config.h"
#include "version.h"
#include "mp_msg.h"

View File

@ -1,5 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "config.h"
#ifdef WIN32
#define _UWIN 1 /*disable Non-underscored versions of non-ANSI functions as otherwise int eof would conflict with eof()*/
#include <windows.h>
@ -31,7 +33,6 @@ extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size);
#include <errno.h>
#include "version.h"
#include "config.h"
#include "mp_msg.h"