Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
18
third_party/FreeRDP/winpr/libwinpr/timezone/WindowsZones.h
vendored
Normal file
18
third_party/FreeRDP/winpr/libwinpr/timezone/WindowsZones.h
vendored
Normal file
@@ -0,0 +1,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* tzid;
|
||||
const char* windows;
|
||||
} WINDOWS_TZID_ENTRY;
|
||||
|
||||
extern const WINDOWS_TZID_ENTRY WindowsZones[];
|
||||
extern const size_t WindowsZonesNrElements;
|
||||
|
||||
#endif /* WINPR_WINDOWS_ZONES_H_ */
|
||||
Reference in New Issue
Block a user