Files
reactos/sdk/lib
Timo Kreuzer b6ae4e1296 [RTL] Fix searching resource names
Resource names are sorted with '_' being higher than any alphabetic characters. This means _wcsicmp cannot be used to search, because it lowercases the characters before comparison, which would make '_' lower than lowercase alphabetic characters. Implement a custom compare function instead.

See CORE-20401, CORE-20408
2025-12-28 12:33:01 +02:00
..
2025-07-31 16:00:13 +03:00
2025-12-12 12:21:53 +02:00
2025-12-24 15:04:14 +01:00
2025-12-28 12:33:01 +02:00
2025-11-14 13:15:16 +02:00