checkmate
checkmate copied to clipboard
Use TCHAR in mp3checker
To support unicode characters
Todo:
- ~Combo_AddDrives in rebar.c~
- ~Commented sprintf in mp3checker.c~
- fileerror in checkfile.c
- error in checkarguments.c
- ~merge declarations in checkarguments.h~
I am getting convinced that using TCHAR is not the right way to approach this. Instead we should use UTF8 and only convert to UTF16 when calling Windows API functions.