MACRO
OMNI_NON_PORTABLE - If defined, the framework will enable non-portable code.
SYNOPSIS top
Certain functionality in the Omni framework cannot be gaurenteed across platforms (like thread prioritization). As such, those areas of code must be explicitly enabled to ensure the framework stays as much equivilent across platforms as possible.
Certain functionality in the Omni framework cannot be gaurenteed across platforms (like thread prioritization). As such, those areas of code must be explicitly enabled to ensure the framework stays as much equivilent across platforms as possible.
DESCRIPTION top
Defining this macro enables certain function blocks and portability across the diferent platforms and even accross version lines cannot be guarenteed. To which it is up to the user to determine if they need the areas determined to be 'non-portable' with no work around to be enabled.
Defining this macro enables certain function blocks and portability across the diferent platforms and even accross version lines cannot be guarenteed. To which it is up to the user to determine if they need the areas determined to be 'non-portable' with no work around to be enabled.