Dmitry Timoshkov wrote:

"Andrew Talbot" <[EMAIL PROTECTED]> wrote:

In file included from ../../include/thread.h:29,
                from relay.c:30:
../../include/winternl.h:1933: error: expected declaration specifiers or ... before PCVOID
make[2]: *** [relay.o] Error 1
make[1]: *** [winebuild] Error 2
make: *** [tools] Error 2


Use LPCVOID instead of PCVOID.


This is ntdll code and LPCVOID is a Win32 type. Don't use Win32 types in ntdll code.

--
Rob Shearman



Reply via email to