FreeRDP
Loading...
Searching...
No Matches
rdpewa.h
1
21#ifndef FREERDP_CHANNEL_RDPEWA_H
22#define FREERDP_CHANNEL_RDPEWA_H
23
24#include <freerdp/api.h>
25#include <freerdp/dvc.h>
26#include <freerdp/types.h>
27
32#define RDPEWA_CHANNEL_NAME "rdpewa"
33#define RDPEWA_DVC_CHANNEL_NAME "rdpewa"
34
35#ifdef __cplusplus
36extern "C"
37{
38#endif
39
40#ifdef __cplusplus
41}
42#endif
43#endif /* FREERDP_CHANNEL_RDPEWA_H */