diff options
author | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-04-30 20:05:54 +0000 |
---|---|---|
committer | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-04-30 20:05:54 +0000 |
commit | 4926bfdabbc886caf248b6f88e53b2ea0141d0b1 (patch) | |
tree | e55e6cb56d93afd99bb3fd07b3da6e5d7a60c03a /mplayer.c | |
parent | 33790e6770763f24e69f7185a3f022de7dec9514 (diff) | |
download | mpv-4926bfdabbc886caf248b6f88e53b2ea0141d0b1.tar.bz2 mpv-4926bfdabbc886caf248b6f88e53b2ea0141d0b1.tar.xz |
10l on cygwin WIN32 gets defined in config.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12361 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r-- | mplayer.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |