On Apr 3, 2005 1:41 PM, Dimitrie O. Paun dpaun@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.