Outlook-friendly stub for CreatePrivateObjectSecurity

Dmitry Timoshkov dmitry at codeweavers.com
Wed Dec 8 01:56:34 CST 2010


Nick Sukharev <nicksukharev at gmail.com> wrote:

> +    if (!InitializeSecurityDescriptor(*NewDescriptor, SECURITY_DESCRIPTOR_REVISION)) {
> +	HeapFree(GetProcessHeap(), 0, *NewDescriptor);
> +        return FALSE;
> +    }

You are mixing tabs and spaces.

-- 
Dmitry.



More information about the wine-devel mailing list