Commit 3c0746c
Use Wide String variants explicitly for Windows API calls (microsoft#7236)
This PR changes some code in ExecutionTests.cpp to use the wide string
variants of Windows API calls explicitly. This is because some internal
builds will get confused about which overload to resolve the
GetModuleHandle function to. By being explicit, this should eliminate
the error that an arg can't be converted to LPCWSTR.
Cherry picked from
microsoft#7235
(cherry picked from commit 2399215)1 parent 261dbfa commit 3c0746c
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
823 | | - | |
824 | | - | |
825 | | - | |
826 | | - | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
| |||
0 commit comments