And actually get the right bug number. b=415426 (which is what the previous checkin was for as well)
git-svn-id: svn://10.0.0.236/trunk@244822 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -225,7 +225,7 @@ DHWImportHooker::PatchAllModules()
|
||||
// Need to cast to PENUMLOADED_MODULES_CALLBACK because the
|
||||
// constness of the first parameter of PENUMLOADED_MODULES_CALLBACK
|
||||
// varies over SDK versions (from non-const to const over time).
|
||||
// See bug 391848 and bug 415252.
|
||||
// See bug 391848 and bug 415426.
|
||||
return dhwEnumerateLoadedModules(::GetCurrentProcess(),
|
||||
(PENUMLOADED_MODULES_CALLBACK)ModuleEnumCallback, this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user