Can you mix UNICODE and ANSI modules in an app? I basically just have one module I want to use unicode Win32 functions in. How do you compile it? Just define UNICODE in the module I want?

TIA