2019-12-06 11:58:04 +03:00
|
|
|
/*
|
|
|
|
* Automatically generated with scripts/update-windows-zones.py
|
|
|
|
*/
|
|
|
|
#ifndef WINPR_WINDOWS_ZONES_H_
|
|
|
|
#define WINPR_WINDOWS_ZONES_H_
|
|
|
|
|
|
|
|
#include <winpr/wtypes.h>
|
|
|
|
|
2022-02-14 16:59:22 +03:00
|
|
|
typedef struct
|
2019-12-06 11:58:04 +03:00
|
|
|
{
|
|
|
|
const char* windows;
|
|
|
|
const char* tzid;
|
2022-02-14 16:59:22 +03:00
|
|
|
} WINDOWS_TZID_ENTRY;
|
2019-12-06 11:58:04 +03:00
|
|
|
|
|
|
|
extern const WINDOWS_TZID_ENTRY WindowsTimeZoneIdTable[];
|
|
|
|
extern const size_t WindowsTimeZoneIdTableNrElements;
|
|
|
|
|
|
|
|
#endif /* WINPR_WINDOWS_ZONES_H_ */
|