From 92aa4728d62c091177bc46af8029731f4203b1be Mon Sep 17 00:00:00 2001 From: rfelker Date: Fri, 30 Apr 2004 10:26:26 +0000 Subject: minimal fix for alex's 1000000000000l compile errors. imo the fix in aviheader.h is totally correct. defining useless typedefs that can conflict with other headers is bad practice. i don't like editing mmreg.h but oh well... if you have a better fix, commit it! finally, the fix in the ad_ and vd_ files seems totally correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12357 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ad_qtaudio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpcodecs/ad_qtaudio.c') diff --git a/libmpcodecs/ad_qtaudio.c b/libmpcodecs/ad_qtaudio.c index f9a4618395..7ccdfb98ee 100644 --- a/libmpcodecs/ad_qtaudio.c +++ b/libmpcodecs/ad_qtaudio.c @@ -7,6 +7,7 @@ #include "../mp_msg.h" #if defined(USE_QTX_CODECS) || defined(MACOSX) +#include "wine/windef.h" #include "ad_internal.h" #include "bswap.h" -- cgit v1.2.3