|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "WIN32Util.h"#include "Util.h"#include "utils/URIUtils.h"#include "storage/cdioSupport.h"#include "PowrProf.h"#include "WindowHelper.h"#include "Application.h"#include "my_ntddscsi.h"#include "storage/MediaManager.h"#include "guilib/LocalizeStrings.h"#include "utils/CharsetConverter.h"#include "utils/log.h"#include "utils/SystemInfo.h"#include "utils/StringUtils.h"#include "CompileInfo.h"#include "platform/win32/CharsetConverter.h"#include <locale.h>#include <shellapi.h>#include <shlobj.h>#include <winioctl.h>#include <sys/cdefs.h>#include "namespace.h"#include <sys/localedef.h>#include <ctype.h>#include <string.h>#include <time.h>#include <tzfile.h>Macros | |
| #define | _ctloc(x) (_CurrentTimeLocale->x) |
| #define | ALT_E 0x01 |
| #define | ALT_O 0x02 |
| #define | LEGAL_ALT(x) { if (alt_format & ~(x)) return NULL; } |
| #define | SS_DEFLANGID MAKELANGID(LANG_NEUTRAL,SUBLANG_DEFAULT) |
Functions | |
| FILE * | fopen_utf8 (const char *_Filename, const char *_Mode) |
| char * | strptime (const char *buf, const char *fmt, struct tm *tm) |
| #define _ctloc | ( | x | ) | (_CurrentTimeLocale->x) |
| #define ALT_E 0x01 |
| #define ALT_O 0x02 |
| #define LEGAL_ALT | ( | x | ) | { if (alt_format & ~(x)) return NULL; } |
| #define SS_DEFLANGID MAKELANGID(LANG_NEUTRAL,SUBLANG_DEFAULT) |
| FILE * fopen_utf8 | ( | const char * | _Filename, |
| const char * | _Mode | ||
| ) |
| char * strptime | ( | const char * | buf, |
| const char * | fmt, | ||
| struct tm * | tm | ||
| ) |