[vdr] Re: Problem with vdr-1.4.4-1 and extrecmenu
Udo Richter
udo_richter at gmx.de
Sun Dec 3 15:50:27 CET 2006
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
-------------- next part --------------
--- 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 <sys/types.h>
typedef unsigned char uchar;
+typedef uint64_t uint64;
extern int SysLogLevel;
More information about the vdr
mailing list