Updated ModuleList.hpp

This commit is contained in:
Silent 2018-02-01 23:31:01 +01:00
parent 0214ace478
commit e31acc5a29

View file

@ -51,6 +51,10 @@ public:
EnumerateInternal( modules, cbNeeded / sizeof(HMODULE) );
}
}
else
{
EnumerateInternal( modules, INITIAL_SIZE / sizeof(HMODULE) );
}
}
else
{