mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:49:13 +02:00
* Fix compilation in unicode rtl
This commit is contained in:
parent
28dba2e721
commit
9bb1cda8b5
@ -613,9 +613,13 @@ WasmEdge_ExecutorExperimentalRegisterPostHostFunction : procedure(Cxt:PWasmEdge_
|
||||
|
||||
implementation
|
||||
|
||||
{$IFDEF FPC_DOTTEDUNITS}
|
||||
uses
|
||||
System.SysUtils, System.DynLibs;
|
||||
{$ELSE}
|
||||
uses
|
||||
SysUtils, dynlibs;
|
||||
|
||||
{$ENDIF}
|
||||
var
|
||||
hlib : tlibhandle;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user