[mythtv-commits] mythtv/master commit: e6dfefbd5 by Stuart Morgan (stuartm)

MythTV noreply at mythtv.org
Sun Aug 21 12:35:48 UTC 2011


      Author:  Stuart Morgan <smorgan at mythtv.org>
 Change Date:  2011-08-21T05:31:17-07:00
   Push Date:  2011/08/21 05:35:41 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  e6dfefbd5f7ce408627e51dc6a6ed55c9d152eb4
   Changeset:  https://github.com/MythTV/mythtv/commit/e6dfefbd5

Log:

Project-wide replace TRUE/FALSE with true/false

TRUE and FALSE are historic windows macros which were created before C++
had built-in true/false keywords. They work for backwards compatibility
reasons with old Windows code but they should not be used anymore and
replaced when ever they are found.

Modified:

   mythplugins/mythgame/mythgame/rominfo.h
   mythplugins/mythmusic/mythmusic/avfdecoder.cpp
   mythplugins/mythmusic/mythmusic/cddecoder-darwin.cpp
   mythplugins/mythmusic/mythmusic/cddecoder-windows.cpp
   mythplugins/mythmusic/mythmusic/cddecoder.cpp
   mythplugins/mythmusic/mythmusic/decoder.h
   mythplugins/mythmusic/mythmusic/visualize.cpp
   mythtv/libs/libmyth/mythwizard.cpp
   mythtv/libs/libmythbase/system-windows.cpp
   mythtv/libs/libmythfreemheg/Groups.cpp
   mythtv/libs/libmythtv/dxva2decoder.cpp
   mythtv/libs/libmythui/mythrender_d3d9.cpp
   mythtv/programs/mythbackend/mediaserver.cpp
   mythtv/programs/mythlcdserver/lcdprocclient.cpp



More information about the mythtv-commits mailing list