mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 06:28:11 +01:00
* patch from taka_jp that fixes a bug in the detection sequence (mantis 15093)
git-svn-id: trunk@14198 -
This commit is contained in:
parent
c1408d164f
commit
9666249290
@ -44,7 +44,7 @@ var
|
||||
iconv_open: Ticonv_open;
|
||||
iconv: Ticonv;
|
||||
iconv_close: Ticonv_close;
|
||||
IconvLibFound: boolean = true;
|
||||
IconvLibFound: boolean = False;
|
||||
|
||||
function TryLoadLib(LibName: string; var error: string): boolean; // can be used to load non standard libname
|
||||
function Iconvert(s: string; var res: string; FromEncoding, ToEncoding: string): cint;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user