OMNI_OS_MINGW
MACRO

OMNI_OS_MINGW - Defines a MinGW environment was detected.

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

Defines a MinGW environment was detected

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.