FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
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;
13
}
WINDOWS_TZID_ENTRY
;
9
typedef
struct
{
…
};
14
15
extern
const
WINDOWS_TZID_ENTRY
WindowsZones[];
16
extern
const
size_t
WindowsZonesNrElements;
17
18
#endif
/* WINPR_WINDOWS_ZONES_H_ */
WINDOWS_TZID_ENTRY
Definition
WindowsZones.h:10
winpr
libwinpr
timezone
WindowsZones.h
Generated by
1.9.8