Use mixed API types

You can mix ANSI, OEM, and Unicode APIs by using explicit API names.

For example, you can write an ANSI application by specifying the CWB_ANSI preprocessor definition, but still call a Unicode version of an API by using the "W" suffix.