#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 iv id='cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/drv_GLCD2USB.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-29Add Uploader details to Debian PackageJonathan McCrohan1-0/+1
2011-04-27Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency onReinhard Tartler2-1/+5
2011-04-27No longer build the mpd module. Closes: #578226Reinhard Tartler1-0/+1
2011-04-27No longer compile against Python. Python 2.6 now links against libssl,Reinhard Tartler2-2/+3