Help required to change function prototype

Robert Shearman rob at codeweavers.com
Wed Sep 6 10:18:56 CDT 2006


Dmitry Timoshkov wrote:

> "Andrew Talbot" <Andrew.Talbot at talbotville.com> 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




More information about the wine-devel mailing list