FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
server/rdpei_main.h
1
22#ifndef FREERDP_CHANNEL_RDPEI_SERVER_MAIN_H
23#define FREERDP_CHANNEL_RDPEI_SERVER_MAIN_H
24
25#include <winpr/crt.h>
26#include <winpr/synch.h>
27#include <winpr/thread.h>
28#include <freerdp/channels/log.h>
29
30#define TAG CHANNELS_TAG("rdpei.server")
31
32#endif /* FREERDP_CHANNEL_RDPEI_SERVER_MAIN_H */