FreeRDP/winpr/libwinpr/timezone/WindowsZones.h

19 lines
391 B
C
Raw Normal View History

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>
typedef struct
2019-12-06 11:58:04 +03:00
{
const char* windows;
const char* tzid;
} 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_ */