[PATCH] kernelbase: Add CreateBoundaryDescriptorA stub.

Mohamad Al-Jaf mohamadaljaf at gmail.com
Wed Feb 16 02:06:10 CST 2022


Hi Nikolay,

I understand, thanks for the clarification. I've submitted a patch.

--
Kind regards,
Mohamad


On Wed, Feb 16, 2022 at 12:46 AM Nikolay Sivov <nsivov at codeweavers.com>
wrote:

>
>
> On 2/16/22 08:13, Mohamad Al-Jaf wrote:
> > Needed for IE11.
> > ---
> > I didn't sign this because I'm looking for feedback.
> >
> > The function CreateBoundaryDescriptorA has a spec entry in kernel32 but
> not
> > kernelbase. However, doing grep -rnw . -e 'CreateBoundaryDescriptorA'
> > reveals that both kernel32 and kernelbase match. Why is this?
> >
> > Still, I don't see a security file in kernel32. I suppose I could add
> > it to kernel_main.c. Would this be okay?
> This probably means CreateBoundaryDescriptorA is implemented using
> CreateBoundaryDescriptorW. If A export is missing from kernelbase, you
> shouldn't add it.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220216/f74c1050/attachment.htm>


More information about the wine-devel mailing list