Re: [PATCH v5 0/2] MR810: Create NtLoadKeyEx function
Sept. 12, 2022
10:11 a.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
1291
Age (days ago)
1291
Last active (days ago)
0 comments
1 participants
participants (1)
-
Etaash Mathamsetty (@etaash.mathamsetty)