Re: [PATCH v5 0/2] MR810: Create NtLoadKeyEx function
9 Sep
2022
9 Sep
'22
6:08 p.m.
Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/ntdll/unix/registry.c:
* NtLoadKey (NTDLL.@) */ NTSTATUS WINAPI NtLoadKey( const OBJECT_ATTRIBUTES *attr, OBJECT_ATTRIBUTES *file ) +{ + TRACE( "(%p,%p\n)", attr, file ); Small Issue: The \n should be after the parenthesis
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/810#note_8142
1199
Age (days ago)
1199
Last active (days ago)
0 comments
1 participants
participants (1)
-
Etaash Mathamsetty (@etaash.mathamsetty)