Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: AIO 08.04





the problem is a wrong IFDEF:

------------------BAD--------------------------
#ifdef DVDSUPPORT
               case kYellow: if (!HasSubMenu()) {
------------------BAD--------------------------

----------------CORRECT------------------------
               case kYellow: if (!HasSubMenu()) {
#ifdef DVDSUPPORT
----------------CORRECT------------------------




Home | Main Index | Thread Index