Files
FreeRDP/winpr/libwinpr/timezone/WindowsZones.h
akallabeth f9443a080e [utils,doc] update timezone sync procedure
* add new C# utility to generate timezone mappings
* update procedure to follow for updating timezones
* remove obsolete TimeZones.csx script
* update generated files with new tool
2024-05-08 10:08:08 +02:00

19 lines
371 B
C

/*
* Automatically generated with scripts/update-windows-zones.py
*/
#ifndef WINPR_WINDOWS_ZONES_H_
#define WINPR_WINDOWS_ZONES_H_
#include <winpr/wtypes.h>
typedef struct
{
const char* windows;
const char* tzid;
} WINDOWS_TZID_ENTRY;
extern const WINDOWS_TZID_ENTRY WindowsZones[];
extern const size_t WindowsZonesNrElements;
#endif /* WINPR_WINDOWS_ZONES_H_ */