summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-30 20:05:54 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-30 20:05:54 +0000
commit4926bfdabbc886caf248b6f88e53b2ea0141d0b1 (patch)
treee55e6cb56d93afd99bb3fd07b3da6e5d7a60c03a /mplayer.c
parent33790e6770763f24e69f7185a3f022de7dec9514 (diff)
downloadmpv-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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 88d8b16401..a495537029 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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"