Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
index.hpp: fix build with
UNICODE
defined
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.
- Loading branch information