FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
libwinpr/io/io.h
1
20#ifndef WINPR_IO_PRIVATE_H
21#define WINPR_IO_PRIVATE_H
22
23#ifndef _WIN32
24
25#include <winpr/io.h>
26
27#include "../handle/handle.h"
28
29typedef struct
30{
31 char* DeviceName;
32 char* DeviceFileName;
34
35#endif
36
37#endif /* WINPR_IO_PRIVATE_H */