kernelwernel / VMAware

VM detection library and tool
GNU General Public License v3.0
291 stars 28 forks source link

fix: fix compile errors for TCHAR* -> char* #74

Closed alandtse closed 3 months ago

alandtse commented 3 months ago

As a note, I'm not sure if it's because you also target *nix, but per this Stackoverflow, TCHAR is supposedly outdated. https://stackoverflow.com/a/21259309

I'm not a Windows dev so I'm not sure if the SO answer is correct, but wanted to flag it since I was surprised by it. I'm used to using L"asdf" for my wide strings.

kernelwernel commented 3 months ago

Thanks! :)