Commit 22cfa3b
committed
index.hpp: fix build with
Be explicit that we want CreateFileA here, as CreateFile will fail with
an error about conversion from `const char *` to `LPCWSTR` when
`UNICODE` is defined.UNICODE defined1 parent 5ea48c8 commit 22cfa3b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1501 | 1501 | | |
1502 | 1502 | | |
1503 | 1503 | | |
1504 | | - | |
| 1504 | + | |
1505 | 1505 | | |
1506 | 1506 | | |
1507 | 1507 | | |
| |||
0 commit comments