I\'m writing a little wrapper for an application that uses files as arguments.
The wrapper needs to be in Unicode, so I\'m using wchar_t for the characters and strings I
Portable code doesn't support it. Windows (for example) supports using wmain instead of main, in which case argv is passed as wide characters.
wmain
main