[PATCH 2/2] ntoskrnl.exe: Add KeIpiGenericCall stub function
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48989 Signed-off-by: Vijay Kiran Kamuju <infyquest(a)gmail.com>
On Thu, Apr 30, 2020 at 12:03 PM Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
Vijay Kiran Kamuju <infyquest(a)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.
-- Dmitry.
Vijay Kiran Kamuju <infyquest(a)gmail.com> wrote:
On Thu, Apr 30, 2020 at 12:03 PM Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
Vijay Kiran Kamuju <infyquest(a)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. -- Dmitry.
On Thu, Apr 30, 2020 at 12:34 PM Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
Vijay Kiran Kamuju <infyquest(a)gmail.com> wrote:
On Thu, Apr 30, 2020 at 12:03 PM Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
Vijay Kiran Kamuju <infyquest(a)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.
participants (2)
-
Dmitry Timoshkov -
Vijay Kiran Kamuju