String comparison routines can return -1 and thus their return type cant be unsigned
This commit is contained in:
@@ -166,7 +166,7 @@ RtlCompareMemory(IN PCVOID LeftBuffer,
|
||||
*/
|
||||
XTCLINK
|
||||
XTAPI
|
||||
SIZE_T
|
||||
LONG
|
||||
RtlCompareString(IN PCSTR String1,
|
||||
IN PCSTR String2,
|
||||
IN SIZE_T Length)
|
||||
@@ -192,7 +192,7 @@ RtlCompareString(IN PCSTR String1,
|
||||
*/
|
||||
XTCLINK
|
||||
XTAPI
|
||||
SIZE_T
|
||||
LONG
|
||||
RtlCompareStringInsensitive(IN PCSTR String1,
|
||||
IN PCSTR String2,
|
||||
IN SIZE_T Length)
|
||||
@@ -218,7 +218,7 @@ RtlCompareStringInsensitive(IN PCSTR String1,
|
||||
*/
|
||||
XTCLINK
|
||||
XTAPI
|
||||
SIZE_T
|
||||
LONG
|
||||
RtlCompareWideString(IN PCWSTR String1,
|
||||
IN PCWSTR String2,
|
||||
IN SIZE_T Length)
|
||||
@@ -244,7 +244,7 @@ RtlCompareWideString(IN PCWSTR String1,
|
||||
*/
|
||||
XTCLINK
|
||||
XTAPI
|
||||
SIZE_T
|
||||
LONG
|
||||
RtlCompareWideStringInsensitive(IN PCWSTR String1,
|
||||
IN PCWSTR String2,
|
||||
IN SIZE_T Length)
|
||||
|
||||
Reference in New Issue
Block a user