Hi Dmitry,
On 02/03/17 07:42, Dmitry Timoshkov wrote:
Why path[MAX_PATH] is not enough?
The path variable is also used as a buffer passed to WriteFile call. It needs to be that big to workaround a bug related to pipes buffer sizes in wine.
Also you need to remove the created
directory at the end of the test.
The directory is already removed in the test.
Thanks, Piotr