xtensor-stack / xtl

The x template library
BSD 3-Clause "New" or "Revised" License
207 stars 96 forks source link

Use GetModuleFileNameW for wchar_t array #278

Closed anutosh491 closed 11 months ago

anutosh491 commented 11 months ago

Checklist

Description

The PR introduces GetModuleFileNameW and GetModuleFileNameA which should be used instead of GetModuleFileName based on the type of buffer used.

anutosh491 commented 11 months ago

Thanks