dsound: fix test to compile on vs

James Hawkins truiken at gmail.com
Sun Apr 3 14:09:14 CDT 2005


On Apr 3, 2005 1:41 PM, Dimitrie O. Paun <dpaun at rogers.com> wrote:
> On Sun, Apr 03, 2005 at 01:25:22PM -0500, James Hawkins wrote:
> > Changelog
> > * LPLPVOID is unknown to Visual Studio, use LPVOID * instead.
> 
> If so, how come it's defined in our headers? We should remove
> the definition if it's not standard.

After doing a grep through my Microsoft SDK/VS.NET/etc folders, the
only occurrences of LPLPVOID were in sample application sources
(probably as a convenience).  I will send a patch removing the
nonstandard type.

-- 
James Hawkins



More information about the wine-devel mailing list