FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
libwinpr/memory/memory.h
1
20#ifndef WINPR_MEMORY_PRIVATE_H
21#define WINPR_MEMORY_PRIVATE_H
22
23#ifndef _WIN32
24
25#include <winpr/crt.h>
26#include <winpr/memory.h>
27
28#endif
29
30#endif /* WINPR_MEMORY_PRIVATE_H */