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
See omni/defs/global.hpp for which flags enable this option.
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.
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.
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.