Commit 3ad55d91 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Vitaly Lipatov

ntdll: Partial revert of 2d764e90. (eterbug #15364).

parent 4165105a
......@@ -2868,9 +2868,9 @@ static NTSTATUS parse_manifest( struct actctx_loader* acl, struct assembly_ident
if (!filename)
{
UNICODE_STRING module_path;
if ((status = get_module_filename( module, &module_path, 0 ))) return status;
assembly->manifest.info = module_path.Buffer;
// UNICODE_STRING module_path;
// if ((status = get_module_filename( module, &module_path, 0 ))) return status;
// assembly->manifest.info = module_path.Buffer;
}
else if(!(assembly->manifest.info = strdupW( filename + 4 /* skip \??\ prefix */ ))) return STATUS_NO_MEMORY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment