mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-26 05:38:22 +02:00
* remove ifdefs in var section of library load routine (produces some
unused vars on some platforms but is easier to keep cross-platform) git-svn-id: trunk@12237 -
This commit is contained in:
parent
22bb6c804b
commit
1e69e3955b
@ -1034,14 +1034,10 @@ end;
|
|||||||
function aspell_init(const libn: ansistring): Boolean;
|
function aspell_init(const libn: ansistring): Boolean;
|
||||||
var
|
var
|
||||||
libname: ansistring;
|
libname: ansistring;
|
||||||
{$IFDEF WINDOWS}
|
|
||||||
bversion, path: ansistring;
|
bversion, path: ansistring;
|
||||||
version: dword;
|
version: dword;
|
||||||
{$ENDIF}
|
|
||||||
{$ifdef linux}
|
|
||||||
i: Integer;
|
i: Integer;
|
||||||
s: string;
|
s: string;
|
||||||
{$endif}
|
|
||||||
begin
|
begin
|
||||||
aspell_init := True;
|
aspell_init := True;
|
||||||
libname := libn;
|
libname := libn;
|
||||||
|
Loading…
Reference in New Issue
Block a user