mirror of https://github.com/mpv-player/mpv
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:
parent
33790e6770
commit
4926bfdabb
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue