Closed anutosh491 closed 11 months ago
The PR introduces GetModuleFileNameW and GetModuleFileNameA which should be used instead of GetModuleFileName based on the type of buffer used.
GetModuleFileNameW
GetModuleFileNameA
GetModuleFileName
Thanks
Checklist
Description
The PR introduces
GetModuleFileNameW
andGetModuleFileNameA
which should be used instead ofGetModuleFileName
based on the type of buffer used.