Re: [PATCH v3 0/2] MR3301: Improve trace output
12 Jul
2023
12 Jul
'23
11:45 p.m.
Jeffrey Smith (@whydoubt) commented about dlls/secur32/secur32.c:
+ "NameFullyQualifiedDN", + "NameSamCompatible", + "NameDisplay", + "NameUniqueId", + "NameCanonical", + "NameUserPrincipal", + "NameCanonicalEx", + "NameServicePrincipal", + "NameDnsDomain", + "NameGivenName", + "NameSurname" +}; + +static LPCSTR debugstr_NameFormat(IN EXTENDED_NAME_FORMAT NameFormat) +{ + if (NameFormat >= sizeof(string_NameFormat)/sizeof(string_NameFormat[0]))
if (NameFormat >= ARRAY_SIZE(string_NameFormat))
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3301#note_38853
891
Age (days ago)
891
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeffrey Smith (@whydoubt)