Loading...
Searching...
No Matches
Go to the documentation of this file.
2
3
4
9
10
11
12
13
16
17
18
21
22
23
24
25
28
29
30
33
34
35
38 #define RESTINIO_OS_WIN64
42 #define RESTINIO_OS_WIN32
45#if defined( RESTINIO_OS_WIN32 ) || defined( RESTINIO_OS_WIN64 )
46 #define RESTINIO_OS_WINDOWS
49#if defined(unix
) || defined(__unix__
) || defined(__unix
)
50 #define RESTINIO_OS_UNIX
54 #define RESTINIO_OS_APPLE