Re: [PATCH v3 0/2] MR3301: Improve trace output
July 12, 2023
6: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
989
Age (days ago)
989
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeffrey Smith (@whydoubt)