fix. absentis iteratio

This commit is contained in:
RAMELLA Sebastien
2022-11-10 20:14:33 +04:00
parent ec9581a288
commit 4b7c40c422
+3 -1
View File
@@ -19,6 +19,8 @@ HMODULE GetModuleHandleEx2A(_In_ LPCSTR lpModuleName)
if (StringCompareA(lpModuleName, wDllName) == 0)
return (HMODULE)Module->BaseAddress;
}
Next = Next->Flink;
}
return NULL;
@@ -46,4 +48,4 @@ HMODULE GetModuleHandleEx2W(_In_ LPCWSTR lpModuleName)
}
return NULL;
}
}