Go to the documentation of this file.
7 #ifndef RETDEC_UTILS_OS_H
8 #define RETDEC_UTILS_OS_H
12 #if defined(__WIN) || defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
15 #include <sys/param.h>
16 #if defined(__APPLE__)
26 #if defined(OS_MACOS) || defined(OS_LINUX) || defined(OS_BSD)