Open
Description
See PR #109 and discussion there.
In short:
- replace the
Strings.StrLen
(FPC) /AnsiStrings.StrLen
(Delphi) function calls bySDL_strlen()
function calls - remove dependency from Strings (FPC) / AnsiStrings (Delphi) unit
See PR #109 and discussion there.
In short:
Strings.StrLen
(FPC) / AnsiStrings.StrLen
(Delphi) function calls by SDL_strlen()
function calls