mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
* Fix compilation
git-svn-id: trunk@47754 -
This commit is contained in:
parent
0d592e8d1a
commit
3db8f5c91f
@ -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