[MPlayer-cvslog] r22323 - in trunk/loader: Makefile com.h dshow/cmediasample.c dshow/inputpin.c dshow/mediatype.c dshow/mediatype.h dshow/outputpin.c
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Feb 24 15:23:03 CET 2007
Hello,
On Sat, Feb 24, 2007 at 03:16:05PM +0100, Reimar D?ffinger wrote:
> something in this patch reportedly to breaks cygwin compilation
>
> On Fri, Feb 23, 2007 at 10:58:08AM +0100, voroshil wrote:
> > +#if !defined(__MINGW32__)
> > +//need proper ifdef to check Co* functions availability
>
> And I think it's this. I think this should be the same condition as for
> the loader compilation, since that's after all what decides if we need
> STDCALL, right?
> In that case if should be
> #ifndef WIN32_LOADER
> ...
#ifdef WIN32_LOADER
of course, not #ifndef
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list