#ifndef PHIDGET_H #define PHIDGET_H #ifdef __cplusplus extern "C" { #endif #if defined(__stdcall) #define CCONV __stdcall #else #if defined(__BORLANDC__) || defined(_MSC_VER) #define CCONV __stdcall #else #define CCONV #endif #endif #if !defined(__int64) #if !defined(__BORLANDC__) && !defined(_MSC_VER) typedef long long __int64; #endif #endif t Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/isdb-t/br-go-Inhumas (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-30dtv-scan-tables: fix the DNA muxes in Finland to DVB-T2Olli Salonen34-102/+102
2014-11-30dtv-scan-tables: add mux H to stations transmitting it in FinlandOlli Salonen6-30/+60
2014-11-10Delete DVBv3 comments from DVBv5 scan filesJonathan McCrohan494-496/+0