String comparison routines can return -1 and thus their return type cant be unsigned
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
* @since XT 1.0
|
||||
*/
|
||||
XTAPI
|
||||
SIZE_T
|
||||
LONG
|
||||
RTL::String::CompareString(IN PCSTR String1,
|
||||
IN PCSTR String2,
|
||||
IN SIZE_T Length)
|
||||
@@ -78,7 +78,7 @@ RTL::String::CompareString(IN PCSTR String1,
|
||||
* @since XT 1.0
|
||||
*/
|
||||
XTAPI
|
||||
SIZE_T
|
||||
LONG
|
||||
RTL::String::CompareStringInsensitive(IN PCSTR String1,
|
||||
IN PCSTR String2,
|
||||
IN SIZE_T Length)
|
||||
|
||||
Reference in New Issue
Block a user