Commit 1c05d53
committed
fix: use wchar_t for module filename buffer in windows api
- replace TCHAR with wchar_t for consistency with GetModuleFileNameW
- update sizeof calculation to use wchar_t instead of TCHAR1 parent 6f081f8 commit 1c05d53
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments