summaryrefslogtreecommitdiffstats
path: root/winpr/libwinpr/timezone/WindowsZones.h
blob: 231c0c66b1f148ca2132bf66db5877b48af75e7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * 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 WindowsTimeZoneIdTable[];
extern const size_t WindowsTimeZoneIdTableNrElements;

#endif /* WINPR_WINDOWS_ZONES_H_ */