fix Clang warnings

This commit is contained in:
oltolm 2023-06-28 00:10:25 +02:00
parent 86409a9c4f
commit 96b4b2904c
23 changed files with 86 additions and 55 deletions

View file

@ -137,8 +137,10 @@ LdrWatcher::~LdrWatcher()
UninstallAll();
}
#ifdef _MSC_VER
// Needed for RtlInitUnicodeString
#pragma comment(lib, "ntdll")
#endif
bool LdrWatcher::InjectCurrentModules(const LdrObserver& observer)
{