From patchwork Sun Dec 3 14:50:27 2006 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Udo Richter X-Patchwork-Id: 12415 Received: from mail.gmx.net ([213.165.64.20]) by www.linuxtv.org with smtp (Exim 4.50) id 1Gqsh8-0007cK-A5 for vdr@linuxtv.org; Sun, 03 Dec 2006 15:51:54 +0100 Received: (qmail invoked by alias); 03 Dec 2006 14:51:24 -0000 Received: from p57A88913.dip0.t-ipconnect.de (EHLO localhost) [87.168.137.19] by mail.gmx.net (mp029) with SMTP; 03 Dec 2006 15:51:24 +0100 X-Authenticated: #1417946 Message-ID: <4572E433.3060706@gmx.de> Date: Sun, 03 Dec 2006 15:50:27 +0100 From: Udo Richter User-Agent: Thunderbird 2.0b1 (Windows/20061202) MIME-Version: 1.0 To: VDR Mailing List Subject: Re: [vdr] Re: Problem with vdr-1.4.4-1 and extrecmenu References: <4572DA75.60204@unterbrecher.de> <4572E105.5090804@fastmail.fm> <4572E1C0.5060507@cadsoft.de> In-Reply-To: <4572E1C0.5060507@cadsoft.de> X-Y-GMX-Trusted: 0 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2006 14:51:54 -0000 Status: O X-Status: X-Keywords: X-UID: 11331 Klaus Schmidinger wrote: > Add the line > > #define uint64 uint64_t > > to VDR/tools.h. > > I'll add this in the next maintenance patch, too. > In the long run all plugins should change this to uint64_t, though. better, re-add it as typedef as it was before. Attached. Cheers, Udo --- tools.h.orig 2006-12-03 15:42:47.000000000 +0100 +++ tools.h 2006-12-03 15:42:49.756970280 +0100 @@ -23,6 +23,7 @@ #include typedef unsigned char uchar; +typedef uint64_t uint64; extern int SysLogLevel;