[x264-devel] [PATCH] repairing MSVC build

Loren Merritt lorenm at u.washington.edu
Mon Aug 20 16:41:35 CEST 2007


On Mon, 20 Aug 2007, Gabriel Bouvigne wrote:

> This is a trivial change in order to un-break MSVC build. (broken since the 
> zone update)
>
> -#ifdef __WIN32__
> +#if defined (__WIN32__) || defined(_MSC_VER)

Is __WIN32__ not defined? Then that's what should be fixed.
I see WIN32, _WIN32, and __WIN32__ at various places. Which one is 
correct?

--Loren Merritt
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
http://mailman.videolan.org/listinfo/x264-devel


More information about the x264-devel mailing list