[PATCH 1/5] d3dx9_36: Implement D3DXFileCreate.

Henri Verbeet hverbeet at gmail.com
Tue Oct 23 01:57:25 CDT 2012


On 22 October 2012 23:19, Christian Costa <titan.costa at gmail.com> wrote:
> Le 22/10/2012 22:55, Jacek Caban a écrit :
>> Christian, there were some informal attempts to limit usage of stuff  like
>> LPVOID (and really any LP* types). It would be nice if you could  avoid it
>> in your patches.
>>
>> Jacek
>>
> I don't mind change it but just by curiosity what's the reason? MSDN uses it
> a lot.
>
The main consideration is that "const LPVOID" etc. doesn't do what you
want it to do, though I'd also argue that in most cases typedefs in
general only obscure the actual type of variables.



More information about the wine-devel mailing list