 |
FreeRDP
|
Loading...
Searching...
No Matches
20#ifndef FREERDP_LIB_LOCALE_LIB_H
21#define FREERDP_LIB_LOCALE_LIB_H
23#include <freerdp/config.h>
25#include <freerdp/log.h>
27#define KBD_TAG FREERDP_TAG("locale")
29#define DEBUG_KBD(...) WLog_DBG(KBD_TAG, __VA_ARGS__)
31#define DEBUG_KBD(...) \
37#define TIMEZONE_TAG FREERDP_TAG("timezone")