Re: Outlook-friendly stub for CreatePrivateObjectSecurity

2010-12-08 Thread James Mckenzie
Nick Sukharev wrote: > >Tab characters fixed. You need to resubmit as [Try 2] if you make a correction in the future in a new message, please. James McKenzie

Re: Outlook-friendly stub for CreatePrivateObjectSecurity

2010-12-07 Thread Dmitry Timoshkov
Nick Sukharev wrote: > +if (!InitializeSecurityDescriptor(*NewDescriptor, > SECURITY_DESCRIPTOR_REVISION)) { > + HeapFree(GetProcessHeap(), 0, *NewDescriptor); > +return FALSE; > +} You are mixing tabs and spaces. -- Dmitry.