Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIN32: No need to use strlen() into MultiByteToWideChar()
The call to strlen() can be removed because MultiByteToWideChar() already calculates its value if the parameter is -1. Since the entire source is using spaces but this piece of code uses hardware tabs, I also adjusted this.
- Loading branch information