From 4926bfdabbc886caf248b6f88e53b2ea0141d0b1 Mon Sep 17 00:00:00 2001 From: faust3 Date: Fri, 30 Apr 2004 20:05:54 +0000 Subject: [PATCH] 10l on cygwin WIN32 gets defined in config.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12361 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 3 ++- mplayer.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mencoder.c b/mencoder.c index 25b1d7297c..a41eaafda0 100644 --- a/mencoder.c +++ b/mencoder.c @@ -20,6 +20,8 @@ #include #include #include +#include "config.h" + #ifdef __MINGW32__ #define SIGQUIT 3 #endif @@ -29,7 +31,6 @@ #include -#include "config.h" #include "version.h" #include "mp_msg.h" diff --git a/mplayer.c b/mplayer.c index 88d8b16401..a495537029 100644 --- a/mplayer.c +++ b/mplayer.c @@ -1,5 +1,7 @@ #include #include +#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 @@ -31,7 +33,6 @@ extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size); #include #include "version.h" -#include "config.h" #include "mp_msg.h"