Open GoogleCodeExporter opened 9 years ago
Is this not to do with the Debug flag that is passed into the Dokan mounter ?
OutputDebugString is never compiled to null..
Original comment by smurf...@gmail.com
on 25 Sep 2010 at 7:39
Use the stderr flag as the code internally does this:
if (g_UseStdErr)
fwprintf(stderr, buffer);
else
OutputDebugStringW(buffer);
Original comment by smurf...@gmail.com
on 11 May 2012 at 8:14
Original issue reported on code.google.com by
rafael.r...@gmail.com
on 12 Sep 2010 at 4:38