D G Turner 4f271d76f5 COMMON: Forbid strlwr() and strupr() Usage
These functions are often present, but not reliably portable.

They are not defined in ANSI C and were non-standard defined in older
versions of Microsoft C.

These are better replaced with Common::String.toLowercase() and
Common::String.toUppercase() if needed.
2024-03-09 21:38:18 +02:00
..
2023-10-28 16:19:34 +03:00
2024-03-09 21:38:18 +02:00