FreeRDP
nonehandle.h
1
21
#ifndef WINPR_NONE_HANDLE_PRIVATE_H
22
#define WINPR_NONE_HANDLE_PRIVATE_H
23
24
#ifndef _WIN32
25
26
#include <winpr/handle.h>
27
#include "handle.h"
28
29
struct
winpr_none_handle
30
{
31
WINPR_HANDLE
common;
32
};
33
34
typedef
struct
winpr_none_handle
WINPR_NONE_HANDLE;
35
36
HANDLE CreateNoneHandle(
void
);
37
38
#endif
/*_WIN32*/
39
40
#endif
/* WINPR_NONE_HANDLE_PRIVATE_H */
WINPR_HANDLE
Definition:
libwinpr/handle/handle.h:110
winpr_none_handle
Definition:
nonehandle.h:30
winpr
libwinpr
handle
nonehandle.h
Generated by
1.9.1