|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <limits.h>#include "threads/SystemClock.h"#include "SystemInfo.h"#include <conio.h>#include "guilib/guiinfo/GUIInfoLabels.h"#include "filesystem/CurlFile.h"#include "filesystem/File.h"#include "network/Network.h"#include "ServiceBroker.h"#include "rendering/RenderSystem.h"#include "guilib/LocalizeStrings.h"#include "CPUInfo.h"#include "CompileInfo.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "platform/Filesystem.h"#include "utils/log.h"#include "powermanagement/PowerManager.h"#include "utils/StringUtils.h"#include "utils/XMLUtils.h"#include <system_error>Macros | |
| #define | STR_MACRO(x) #x |
| #define | XSTR_MACRO(x) STR_MACRO(x) |
Variables | |
| CSysInfo | g_sysinfo |
| #define STR_MACRO | ( | x | ) | #x |
| #define XSTR_MACRO | ( | x | ) | STR_MACRO(x) |
| CSysInfo g_sysinfo |