mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-09 03:58:06 +03:00
fix Clang warnings
This commit is contained in:
parent
86409a9c4f
commit
96b4b2904c
23 changed files with 86 additions and 55 deletions
|
@ -137,8 +137,10 @@ LdrWatcher::~LdrWatcher()
|
|||
UninstallAll();
|
||||
}
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// Needed for RtlInitUnicodeString
|
||||
#pragma comment(lib, "ntdll")
|
||||
#endif
|
||||
|
||||
bool LdrWatcher::InjectCurrentModules(const LdrObserver& observer)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue