mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 18:47:52 +02:00
* Fix windows compilation
This commit is contained in:
parent
39ef628a77
commit
1866aa1515
@ -94,15 +94,13 @@ procedure IncreaseChangeStamp(var Stamp: TChangeStamp);
|
||||
|
||||
implementation
|
||||
|
||||
{$IFDEF Windows}
|
||||
{$IFDEF FPC_DOTTEDUNITS}
|
||||
{$IFDEF Windows}
|
||||
uses WinApi.Windows, Pas2Js.Utils;
|
||||
{$ENDIF}
|
||||
uses WinApi.Windows;
|
||||
{$ELSE FPC_DOTTEDUNITS}
|
||||
{$IFDEF Windows}
|
||||
uses Windows, pas2jsutils;
|
||||
{$ENDIF}
|
||||
uses Windows;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
{$ENDIF}
|
||||
|
||||
|
||||
function FilenameIsWinAbsolute(const aFilename: string): boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user