advapi32: Add CreateWellKnownSid.

Robert Shearman rob at codeweavers.com
Sun Jul 16 04:47:27 CDT 2006


Robert Reif wrote:

>+static const WELLKNOWNSID WellKnownSids[] =
>+{
>+    { {' ',' '}, WinNullSid, SID_REVISION, 1, { SECURITY_NULL_SID_AUTHORITY }, { SECURITY_NULL_RID } },
>  
>

Two spaces isn't a very good way of making the entry not be parsed by 
ParseStringSidToSid. Might I suggest using two nuls instead?

-- 
Rob Shearman




More information about the wine-devel mailing list