Skip to content

win32: fix assumptions on UNICODE

Steve Lhomme requested to merge robUx4/vlc:win32_unicode into master

Although we define UNICODE, the code is designed to compile without as well. In many places there were mixes or UNICODE and TCHAR calls. This MR fixes most of the calls so compiling without UNICODE works.

Merge request reports