[PATCH 2/2] ntoskrnl.exe: Add KeIpiGenericCall stub function

Vijay Kiran Kamuju infyquest at gmail.com
Thu Apr 30 06:03:23 CDT 2020


On Thu, Apr 30, 2020 at 12:34 PM Dmitry Timoshkov <dmitry at baikal.ru> wrote:
>
> Vijay Kiran Kamuju <infyquest at gmail.com> wrote:
>
> > On Thu, Apr 30, 2020 at 12:03 PM Dmitry Timoshkov <dmitry at baikal.ru> wrote:
> > >
> > > Vijay Kiran Kamuju <infyquest at gmail.com> wrote:
> > >
> > > > +typedef ULONG_PTR KIPI_BROADCAST_WORKER(ULONG_PTR);
> > > > +typedef KIPI_BROADCAST_WORKER *PKIPI_BROADCAST_WORKER;
> > >
> > > Probably NTAPI/WINAPI is missing, have you verified with DDK?
> > I checked with Windows 10 SDK, it does not have it.
>
> Which .h have you checked? In my copy of SDK 10.0.14393.0 it's missing.
Oops its the WDK, sorry its in the include/km directory.
MS renamed the DDK as WDK.
>
> --
> Dmitry.



More information about the wine-devel mailing list