[x265] [PATCH] Use C++ true/false rather than Windows TRUE/FALSE

Steve Borho steve at borho.org
Wed Aug 28 17:24:40 CEST 2013


On Wed, Aug 28, 2013 at 7:46 AM, chen <chenm003 at 163.com> wrote:

> I use TRUE and FALSE is not a bug, because C++ 'bool' have different
> implement depends on compiler.
>

Yes, but TRUE and FALSE are only defined on Windows.  I'll replace the TRUE
and FALSE with 1 and 0 to make it safe for both.

--
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.videolan.org/private/x265-devel/attachments/20130828/e45076ef/attachment.html>


More information about the x265-devel mailing list