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

Dmitry Timoshkov dmitry at baikal.ru
Thu Oct 4 22:37:36 CDT 2018


Aric Stewart <aric at codeweavers.com> wrote:

> +    struprW( id );
> +    ptr = strchrW( id, '\\' );
> +
> +    for (ptr = id; *ptr; ptr++)if (*ptr == '\\') *ptr = '#';

Then strchrW() is redundant.

-- 
Dmitry.



More information about the wine-devel mailing list