Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48989 Signed-off-by: Vijay Kiran Kamuju infyquest@gmail.com
Vijay Kiran Kamuju infyquest@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?
On Thu, Apr 30, 2020 at 12:03 PM Dmitry Timoshkov dmitry@baikal.ru wrote:
Vijay Kiran Kamuju infyquest@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@gmail.com wrote:
On Thu, Apr 30, 2020 at 12:03 PM Dmitry Timoshkov dmitry@baikal.ru wrote:
Vijay Kiran Kamuju infyquest@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.
On Thu, Apr 30, 2020 at 12:34 PM Dmitry Timoshkov dmitry@baikal.ru wrote:
Vijay Kiran Kamuju infyquest@gmail.com wrote:
On Thu, Apr 30, 2020 at 12:03 PM Dmitry Timoshkov dmitry@baikal.ru wrote:
Vijay Kiran Kamuju infyquest@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.