Re: dsound: fix test to compile on vs

2005-04-03 Thread James Hawkins
On Apr 3, 2005 1:41 PM, Dimitrie O. Paun <[EMAIL PROTECTED]> 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

Re: dsound: fix test to compile on vs

2005-04-03 Thread Dimitrie O. Paun
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. -- Dimi.