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
liblocale.h
1
20
#ifndef FREERDP_LIB_LOCALE_LIB_H
21
#define FREERDP_LIB_LOCALE_LIB_H
22
23
#include <freerdp/config.h>
24
25
#include <freerdp/log.h>
26
27
#define KBD_TAG FREERDP_TAG("locale")
28
#ifdef WITH_DEBUG_KBD
29
#define DEBUG_KBD(...) WLog_DBG(KBD_TAG, __VA_ARGS__)
30
#else
31
#define DEBUG_KBD(...) \
32
do \
33
{ \
34
} while (0)
35
#endif
36
37
#define TIMEZONE_TAG FREERDP_TAG("timezone")
38
39
#endif
/* FREERDP_LIB_LOCALE_LIB_H */
libfreerdp
locale
liblocale.h
Generated by
1.9.8