diff options
| author | manuel <manuel@mausz.at> | 2016-03-14 14:56:55 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2016-03-14 14:56:55 +0100 |
| commit | 4b3b7807b7df1964778855b5c0daab4cc417bd91 (patch) | |
| tree | 2d801f7ee868f6b6be5221bc2674eaf95f0e7074 /xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_addon.h | |
| parent | 1e0e2df2619a2c7fdc20806884eb81f36d458c61 (diff) | |
| download | kodi-pvr-build-4b3b7807b7df1964778855b5c0daab4cc417bd91.tar.gz kodi-pvr-build-4b3b7807b7df1964778855b5c0daab4cc417bd91.tar.bz2 kodi-pvr-build-4b3b7807b7df1964778855b5c0daab4cc417bd91.zip | |
sync with upstream
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_addon.h')
| -rw-r--r-- | xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_addon.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_addon.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_addon.h index e8d5ec7..b32ad86 100644 --- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_addon.h +++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_addon.h | |||
| @@ -86,6 +86,8 @@ typedef intptr_t ssize_t; | |||
| 86 | #include <sys/stat.h> | 86 | #include <sys/stat.h> |
| 87 | #endif | 87 | #endif |
| 88 | 88 | ||
| 89 | struct __stat64; | ||
| 90 | |||
| 89 | #ifdef LOG_DEBUG | 91 | #ifdef LOG_DEBUG |
| 90 | #undef LOG_DEBUG | 92 | #undef LOG_DEBUG |
| 91 | #endif | 93 | #endif |
| @@ -99,6 +101,9 @@ typedef intptr_t ssize_t; | |||
| 99 | #undef LOG_ERROR | 101 | #undef LOG_ERROR |
| 100 | #endif | 102 | #endif |
| 101 | 103 | ||
| 104 | /* current addon API version */ | ||
| 105 | #define KODI_ADDON_API_VERSION "1.0.0" | ||
| 106 | |||
| 102 | namespace ADDON | 107 | namespace ADDON |
| 103 | { | 108 | { |
| 104 | typedef enum addon_log | 109 | typedef enum addon_log |
