Use SIZE_T for length limiter
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -71,7 +71,7 @@ XTCDECL
|
||||
INT
|
||||
RtlWideStringCompare(IN CONST PWCHAR String1,
|
||||
IN CONST PWCHAR String2,
|
||||
IN CONST ULONG Length);
|
||||
IN CONST SIZE_T Length);
|
||||
|
||||
XTCDECL
|
||||
PWCHAR
|
||||
|
Reference in New Issue
Block a user