mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:29:33 +02:00
* mode objfpc, h+ in wasmlinkchange.pas and wasmtoolutils.pas
git-svn-id: branches/wasm@46201 -
This commit is contained in:
parent
39e7f9b87f
commit
63ecdcffd1
@ -21,6 +21,8 @@
|
|||||||
|
|
||||||
unit wasmlinkchange;
|
unit wasmlinkchange;
|
||||||
|
|
||||||
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses Classes, SysUtils, wasmlink, wasmbin, lebutils;
|
uses Classes, SysUtils, wasmlink, wasmbin, lebutils;
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
|
|
||||||
unit wasmtoolutils;
|
unit wasmtoolutils;
|
||||||
|
|
||||||
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user