Help required to change function prototype

Andrew Talbot Andrew.Talbot at talbotville.com
Thu Sep 7 16:00:34 CDT 2006


Vitaliy Margolen wrote:

> Dmitry Timoshkov wrote:
>> "Robert Shearman" <rob at codeweavers.com> wrote:
>> 
>>>> Use LPCVOID instead of PCVOID.
>>>>
>>>
>>> This is ntdll code and LPCVOID is a Win32 type. Don't use Win32 types
>>> in ntdll code.
>> 
>> Then simple 'const void *' should do the trick, since introducing PCVOID
>> is not an option (a quick search reveals that it doesn't exist in PSDK).
>> 
> Except that PSDK has it as PVOID. So we should stay away as much as
> possible from modifying what's in DDK/SDK.
> 
> So I'm guessing this one will have to stay the way it is.
> 
> Vitaliy.

Thanks to you all! I shall hide my disappointment and move on to the next
challenge. :)

-- Andy.





More information about the wine-devel mailing list