mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-31 06:57:28 +05:00
Updated ModuleList.hpp
This commit is contained in:
parent
0214ace478
commit
e31acc5a29
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ public:
|
||||||
EnumerateInternal( modules, cbNeeded / sizeof(HMODULE) );
|
EnumerateInternal( modules, cbNeeded / sizeof(HMODULE) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
EnumerateInternal( modules, INITIAL_SIZE / sizeof(HMODULE) );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue