Skip to content

Commit 9c84a2e

Browse files
authored
Merge pull request #67 from alandtse/main
2 parents 774505a + 645f2a0 commit 9c84a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5206,7 +5206,7 @@ struct VM {
52065206
#if (!MSVC)
52075207
return false;
52085208
#else
5209-
constexpr std::array<std::pair<const char*, const TCHAR*>, 9> files = { {
5209+
constexpr std::array<std::pair<const char*, const char*>, 9> files = { {
52105210
{ VPC, "c:\\windows\\system32\\drivers\\vmsrvc.sys" },
52115211
{ VPC, "c:\\windows\\system32\\drivers\\vpc-s3.sys" },
52125212
{ PARALLELS, "c:\\windows\\system32\\drivers\\prleth.sys" },

0 commit comments

Comments
 (0)