[PATCH 3/3] kernel32: Add GetThreadIOPendingFlag tests

Piotr Caban piotr.caban at gmail.com
Fri Feb 3 02:33:36 CST 2017


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



More information about the wine-devel mailing list