FreeRDP
WindowsZones.h
1 /*
2  * Automatically generated with scripts/update-windows-zones.py
3  */
4 #ifndef WINPR_WINDOWS_ZONES_H_
5 #define WINPR_WINDOWS_ZONES_H_
6 
7 #include <winpr/wtypes.h>
8 
9 typedef struct
10 {
11  const char* tzid;
12  const char* windows;
14 
15 extern const WINDOWS_TZID_ENTRY WindowsZones[];
16 extern const size_t WindowsZonesNrElements;
17 
18 #endif /* WINPR_WINDOWS_ZONES_H_ */
Definition: WindowsZones.h:10