OMNI_OS_WIN8
MACRO

OMNI_OS_WIN8 - A framework macro/option

SYNOPSIS top

If compilation happens on a platform (or with a compiler) with certain preprocessor flags, this macro is defined.

See omni/defs/os.hpp for which flags enable this option.

DESCRIPTION top

A framework macro/option that changes certain functionality

CONSIDERATIONS top

OS detection via preprocessor flags is not always guaranteed as they can be explicitly defined by a user. Take care when relying on these macros to determine platform specifics.

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.