microsoft / Detours

Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.
MIT License
5.02k stars 981 forks source link

Fix can not createwith exe which path contain special characters or unicode languages #142

Closed sonyps5201314 closed 3 years ago

sonyps5201314 commented 3 years ago

fix can not use createwith api to start exes which path contain special characters or unicode languages like Chinese

sonyps5201314 commented 3 years ago

@bgianfo, I have rebased to only include this commit, and the commented out code have be removed.

bgianfo commented 3 years ago

Thanks again for the contribution @sonyps5201314 !