On Mon Jul 11 15:14:45 2022 +0000, Jinoh Kang wrote:
Per Wine code style, you should omit the second space in `&io ) )`.
return set_ntstatus( NtCancelSynchronousIoFile( thread, NULL, &io ));
the file has a mix of styles. it does look from a skim like most are without the space, but i think i copied from CancelIo and CancelIoEx right above it, and they both have the space. never quite sure what to do in those cases, but i can remove it