MACRO
OMNI_WINCODE
- Defined when a Windows Unicode environment detected.
SYNOPSIS top
If the Windows platform is detected on compilation and a Unicode compile flag is defined, then the
If the Windows platform is detected on compilation and a Unicode compile flag is defined, then the
OMNI_OS_WIN
and OMNI_UNICODE
flags will be defined, if both of these macros are defined then the OMNI_WINCODE
macro is defined as well.
DESCRIPTION top
This macro is a simple helper macro that is used in certain portions of the library to determine if both the
This macro is a simple helper macro that is used in certain portions of the library to determine if both the
OMNI_OS_WIN
and OMNI_UNICODE
macro options are defined.
PLATFORM SPECIFIC top
This flag only applies to Windows platforms and is only defined on a Windows platform with the
This flag only applies to Windows platforms and is only defined on a Windows platform with the
OMNI_UNICODE
flag defined.