Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
3ad55d91
Commit
3ad55d91
authored
Nov 09, 2021
by
Dmitry Timoshkov
Committed by
Vitaly Lipatov
Jul 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Partial revert of
2d764e90
. (eterbug #15364).
Signed-off-by:
Dmitry Timoshkov
<
dmitry@baikal.ru
>
parent
4165105a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
actctx.c
dlls/ntdll/actctx.c
+3
-3
No files found.
dlls/ntdll/actctx.c
View file @
3ad55d91
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment