 |
FreeRDP
|
Loading...
Searching...
No Matches
21#ifndef FREERDP_CHANNEL_AINPUT_CLIENT_MAIN_H
22#define FREERDP_CHANNEL_AINPUT_CLIENT_MAIN_H
24#include <freerdp/config.h>
25#include <freerdp/dvc.h>
26#include <freerdp/types.h>
27#include <freerdp/addin.h>
28#include <freerdp/channels/log.h>
30#define DVC_TAG CHANNELS_TAG("ainput.client")
32#define DEBUG_DVC(...) WLog_DBG(DVC_TAG, __VA_ARGS__)
34#define DEBUG_DVC(...) \