comparison libmpcodecs/ad_qtaudio.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 574f7747d26f
children 462408dae3e7
comparison
equal deleted inserted replaced
12355:ba3b91392d92 12356:6a61d694f7d3
5 5
6 #include "config.h" 6 #include "config.h"
7 #include "../mp_msg.h" 7 #include "../mp_msg.h"
8 8
9 #if defined(USE_QTX_CODECS) || defined(MACOSX) 9 #if defined(USE_QTX_CODECS) || defined(MACOSX)
10 #include "wine/windef.h"
10 11
11 #include "ad_internal.h" 12 #include "ad_internal.h"
12 #include "bswap.h" 13 #include "bswap.h"
13 14
14 #ifdef WIN32_LOADER 15 #ifdef WIN32_LOADER