From 0af4151b05184e1da37abdfc88204a322339ff8a Mon Sep 17 00:00:00 2001 From: faust3 Date: Fri, 30 Apr 2004 16:56:00 +0000 Subject: Make it compile on mingw again. Now it is finally possible to include windows.h in mplayer.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12359 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index aa6b6e3a39..25b1d7297c 100644 --- a/mencoder.c +++ b/mencoder.c @@ -23,6 +23,10 @@ #ifdef __MINGW32__ #define SIGQUIT 3 #endif +#ifdef WIN32 +#include +#endif + #include #include "config.h" -- cgit v1.2.3