20 Nov
2007
20 Nov
'07
12:25 a.m.
"Robert Shearman" <rob(a)codeweavers.com> wrote:
+ if (req->exe_module) + dll = list_head( &process->dlls ) ? + LIST_ENTRY(list_head( &process->dlls ), struct process_dll, entry) : NULL; + else + dll = find_process_dll( process, req->base_address );
Is it really necessary to introduce the exe_module request parameter? Main executable has its own base address which should work just fine in find_process_dll(). -- Dmitry.