OMNI_OS_WIN8
MACRO

OMNI_OS_WIN8 - Defines that Windows 8 API headers should be used.

SYNOPSIS top

If compilation happens on a platform (or with a compiler) with _WIN32_WINNT >= 0x0602, this macro is enabled (defined).

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

DESCRIPTION top

None.

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.