Mercurial > mplayer.hg
changeset 12360:85f18227756f
10l on cygwin WIN32 gets defined in config.h
author | faust3 |
---|---|
date | Fri, 30 Apr 2004 20:05:54 +0000 |
parents | 2ee88c8d13ed |
children | a84160d660af |
files | mencoder.c mplayer.c |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Fri Apr 30 17:07:49 2004 +0000 +++ b/mencoder.c Fri Apr 30 20:05:54 2004 +0000 @@ -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"
--- a/mplayer.c Fri Apr 30 17:07:49 2004 +0000 +++ b/mplayer.c Fri Apr 30 20:05:54 2004 +0000 @@ -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 @@ #include <errno.h> #include "version.h" -#include "config.h" #include "mp_msg.h"