mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 03:49:05 +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;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses Classes, SysUtils, wasmlink, wasmbin, lebutils;
|
||||
|
@ -21,6 +21,8 @@
|
||||
|
||||
unit wasmtoolutils;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user