mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* Fix compilation
git-svn-id: trunk@47754 -
(cherry picked from commit 3db8f5c91f
)
This commit is contained in:
parent
a0f786f14c
commit
d584a75b87
@ -94,7 +94,7 @@ type
|
||||
function CreateResolver: TPas2jsFSResolver; override;
|
||||
function FileExists(const aFileName: String): Boolean; override;
|
||||
function FindCustomJSFileName(const aFilename: string): String; override;
|
||||
function FindIncludeFileName(const aFilename, ModuleDir: string): String; override;
|
||||
function FindIncludeFileName(const aFilename, SrcDir, ModuleDir: string; Mode: TModeSwitch): String; override;
|
||||
function FindUnitFileName(const aUnitname, InFilename, ModuleDir: string; out IsForeign: boolean): String; override;
|
||||
function FindUnitJSFileName(const aUnitFilename: string): String; override;
|
||||
function LoadFile(Filename: string; Binary: boolean=false): TPas2jsFile; override;
|
||||
@ -330,7 +330,7 @@ begin
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
function TPas2jsWebFS.FindIncludeFileName(const aFilename, ModuleDir: string
|
||||
function TPas2jsWebFS.FindIncludeFileName(const aFilename, SrcDir, ModuleDir: string; Mode: TModeSwitch
|
||||
): String;
|
||||
begin
|
||||
{$IFDEF VERBOSEWEBCACHE}
|
||||
|
Loading…
Reference in New Issue
Block a user