OMNI_DWSTR
MACRO

OMNI_DWSTR - Widens a string-ized macro.

SYNOPSIS top

Expands a macro to a wide string.

DESCRIPTION top

Expands a macro value to a wide string. Defined as the following
#define OMNI_DWSTR(v) L#v

CONSIDERATIONS top

No special considerations.

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.