[PATCH v3 1/2] ntoskrnl.exe: Implement IoRegisterDeviceInterface

Dmitry Timoshkov dmitry at baikal.ru
Thu Oct 4 12:03:13 CDT 2018


Aric Stewart <aric at codeweavers.com> wrote:

> +    ptr = strchrW( id, '\\' );
> +
> +    while ((ptr = strchrW( id, '\\' )))
> +        *ptr = '#';

This can't work.

-- 
Dmitry.



More information about the wine-devel mailing list