mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:59:10 +02:00
* Dotted filenames for package wasmtime
This commit is contained in:
parent
139fc803b4
commit
08c8e0ec66
3
packages/wasmtime/namespaced/Api.WasmTime.pp
Normal file
3
packages/wasmtime/namespaced/Api.WasmTime.pp
Normal file
@ -0,0 +1,3 @@
|
||||
unit Api.WasmTime;
|
||||
{$DEFINE FPC_DOTTEDUNITS}
|
||||
{$i wasmtime.pp}
|
3
packages/wasmtime/namespaces.lst
Normal file
3
packages/wasmtime/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
||||
src/wasmtime.pp=namespaced/Api.WasmTime.pp
|
||||
{s*:src/}=namespaced/
|
||||
{i+:src/}
|
@ -15,11 +15,18 @@
|
||||
**********************************************************************}
|
||||
|
||||
{$mode objfpc}
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit wasmtime;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
interface
|
||||
|
||||
{$IFDEF FPC_DOTTEDUNITS}
|
||||
uses
|
||||
System.CTypes;
|
||||
{$ELSE FPC_DOTTEDUNITS}
|
||||
uses
|
||||
ctypes;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{
|
||||
Automatically converted by H2Pas 1.0.0 from wt.h
|
||||
@ -960,8 +967,13 @@ function WasmTimeLoaded : Boolean;
|
||||
|
||||
implementation
|
||||
|
||||
{$IFDEF FPC_DOTTEDUNITS}
|
||||
uses
|
||||
System.SysUtils, System.DynLibs;
|
||||
{$ELSE FPC_DOTTEDUNITS}
|
||||
uses
|
||||
SysUtils, dynlibs;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{ Converted static functions }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user