ver 4: More comments from Zebediah Figura and Dmitry Timoshkov
Signed-off-by: Aric Stewart aric@codeweavers.com --- dlls/ntoskrnl.exe/Makefile.in | 2 +- dlls/ntoskrnl.exe/ntoskrnl.c | 137 ++++++++++++++++++++++++++++++++++++ dlls/ntoskrnl.exe/ntoskrnl.exe.spec | 2 +- include/ddk/wdm.h | 1 + 4 files changed, 140 insertions(+), 2 deletions(-)
Aric Stewart aric@codeweavers.com wrote:
- struprW( id );
- ptr = strchrW( id, '\' );
- for (ptr = id; *ptr; ptr++)if (*ptr == '\') *ptr = '#';
Then strchrW() is redundant.