Collapse All
Parallels C API Reference Guide
IS_LINUX Macro
Other Macros
Syntax
#define IS_LINUX(x) (!(((x) >> 8) ^ PVS_GUEST_TYPE_LINUX) ||    \
                                 IS_CHROMEOS(x) || IS_ANDROID(x))
File

PrlOses.h

Links
What do you think about this topic? Send feedback!