FreeRDP
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 */