aboutsummaryrefslogtreecommitdiffstats
path: root/common/win_main_utf8.h
Commit message (Expand)AuthorAgeFilesLines
* Fix conversion and maybe-unused warnings with my_fopenChris Robinson2023-08-181-3/+10
* Avoid another potential overflowChris Robinson2022-09-231-1/+1
* Fixed bug and possible overflow type (#771)Herman Semenov2022-09-231-1/+1
* Improve handling main() with UTF-8 args on WindowsChris Robinson2020-08-121-36/+56
* Compile makehrtf as C++Chris Robinson2018-12-311-2/+2
* Use _wfopen_s to silence MSVC security warningsChris Robinson2017-10-071-5/+11
* I guess -1 isn't allowed for the outputChris Robinson2017-08-301-4/+4
* Free the args returned by CommandLineToArgvWChris Robinson2017-08-301-0/+2
* Avoid using wmain on WindowsChris Robinson2017-08-301-48/+45
* Use a common header for Unicode-awareness on WindowsChris Robinson2017-08-271-0/+92