diff libmpcodecs/vd_qtvideo.c @ 12356:6a61d694f7d3

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.
author rfelker
date Fri, 30 Apr 2004 10:26:26 +0000
parents 81f8e4f97b38
children f60bc2314146
line wrap: on
line diff
--- a/libmpcodecs/vd_qtvideo.c	Fri Apr 30 10:07:52 2004 +0000
+++ b/libmpcodecs/vd_qtvideo.c	Fri Apr 30 10:26:26 2004 +0000
@@ -4,6 +4,7 @@
 #include "config.h"
 
 #if defined(USE_QTX_CODECS) || defined(MACOSX)
+#include "wine/windef.h"
 
 #include "mp_msg.h"
 #include "vd_internal.h"