Re: dsound: fix test to compile on vs
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.
On Apr 3, 2005 1:41 PM, Dimitrie O. Paun <dpaun(a)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
participants (2)
-
Dimitrie O. Paun -
James Hawkins