Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions Lib/Core/IdAboutVCL.pas
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
unit IdAboutVCL;

interface

{$I IdCompilerDefines.inc}

interface

uses
{$IFDEF WIDGET_KYLIX}
QStdCtrls, QForms, QExtCtrls, QControls, QComCtrls, QGraphics, Qt,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdAntiFreeze.pas
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
restriction.
}

interface

{$I IdCompilerDefines.inc}

interface

uses
Classes,
IdAntiFreezeBase;
Expand Down
3 changes: 1 addition & 2 deletions Lib/Core/IdCmdTCPClient.pas
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,10 @@
Original author: Sergio Perry
Description: TCP client that uses CommandHandlers
}
{$I IdCompilerDefines.inc}

interface

{$I IdCompilerDefines.inc}

uses
IdContext,
IdException,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdCmdTCPServer.pas
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@

unit IdCmdTCPServer;

interface

{$I IdCompilerDefines.inc}
//Put FPC into Delphi mode

interface

uses
Classes,
IdCommandHandlers,
Expand Down
5 changes: 3 additions & 2 deletions Lib/Core/IdCommandHandlers.pas
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,12 @@
Separate Unit : Sergio Perry
}

interface

{$I IdCompilerDefines.inc}
//Put FPC into Delphi mode

interface


uses
Classes,
IdComponent, IdReply, IdGlobal,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdContext.pas
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@

unit IdContext;

interface

{$i IdCompilerDefines.inc}

interface

uses
Classes,
IdSocketHandle, IdTCPConnection, IdTask, IdYarn, IdThreadSafe,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdCoreDsnRegister.pas
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@

unit IdCoreDsnRegister;

interface

{$I IdCompilerDefines.inc}

interface

uses
{$IFDEF DOTNET}
Borland.Vcl.Design.DesignIntF,
Expand Down
5 changes: 2 additions & 3 deletions Lib/Core/IdCustomTCPServer.pas
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,11 @@
Original Author and Maintainer:
- Chad Z. Hower a.k.a Kudzu
}

interface

{$I IdCompilerDefines.inc}
//here to flip FPC into Delphi mode

interface

uses
Classes,
{$IFDEF HAS_UNIT_Generics_Collections}
Expand Down
5 changes: 3 additions & 2 deletions Lib/Core/IdCustomTransparentProxy.pas
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@

unit IdCustomTransparentProxy;

interface

{$I IdCompilerDefines.inc}
//we need to put this in Delphi mode to work

interface


uses
Classes,
IdComponent,
Expand Down
3 changes: 1 addition & 2 deletions Lib/Core/IdDsnPropEdBinding.pas
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@
TODO: Maybe there might be a way to find the location in a more elegant
manner than what I described.
}
{$I IdCompilerDefines.inc}

interface

{$I IdCompilerDefines.inc}

{$IFDEF WIDGET_WINFORMS}
{$R 'IdDsnPropEdBindingNET.TIdDsnPropEdBindingNET.resources' 'IdDsnPropEdBindingNET.resx'}
{$ENDIF}
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdDsnPropEdBindingVCL.pas
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@

unit IdDsnPropEdBindingVCL;

interface

{$I IdCompilerDefines.inc}

interface

uses
Classes,
{$IFDEF WIDGET_KYLIX}
Expand Down
4 changes: 3 additions & 1 deletion Lib/Core/IdExceptionCore.pas
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@

unit IdExceptionCore;

interface
{$I IdCompilerDefines.inc}
//needed to put FCP into Delphi mode

interface

uses
IdException, IdStack;

Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdGlobalCore.pas
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@

unit IdGlobalCore;

interface

{$I IdCompilerDefines.inc}

interface

uses
Classes,
IdGlobal;
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdIOHandler.pas
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,10 @@

unit IdIOHandler;

interface

{$I IdCompilerDefines.inc}

interface

uses
Classes,
IdException,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdIOHandlerSocket.pas
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@

unit IdIOHandlerSocket;

interface

{$I IdCompilerDefines.inc}

interface

uses
Classes,
IdCustomTransparentProxy,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdIOHandlerStack.pas
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@

unit IdIOHandlerStack;

interface

{$i IdCompilerDefines.inc}

interface

uses
Classes,
IdGlobal, IdSocketHandle, IdIOHandlerSocket, IdExceptionCore, IdStack,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdIOHandlerStream.pas
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@

unit IdIOHandlerStream;

interface

{$I IdCompilerDefines.inc}

interface

uses
Classes,
IdBaseComponent,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdIPAddress.pas
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@

unit IdIPAddress;

interface

{$I IdCompilerDefines.inc}
//we need to put this in Delphi mode to work

interface

uses
Classes,
IdGlobal;
Expand Down
5 changes: 3 additions & 2 deletions Lib/Core/IdIPMCastBase.pas
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@

unit IdIPMCastBase;

interface

{$I IdCompilerDefines.inc}
//here to flip FPC into Delphi mode

interface


uses
{$IFDEF WORKAROUND_INLINE_CONSTRUCTORS}
Classes,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdIPMCastClient.pas
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@

unit IdIPMCastClient;

interface

{$I IdCompilerDefines.inc}
//Put FPC into Delphi mode

interface

uses
Classes,
IdException,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdIPMCastServer.pas
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
Dr. Harley J. Mackenzie, Initial revision.
}

interface

{$I IdCompilerDefines.inc}
//Put FPC into Delphi mode

interface

uses
IdComponent,
IdGlobal,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdIcmpClient.pas
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@

// SG 25/1/02: Modified the component to support multithreaded PING and traceroute

interface

{$I IdCompilerDefines.inc}
//Put FPC into Delphi mode

interface

uses
Classes,
IdGlobal,
Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdIntercept.pas
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@

unit IdIntercept;

interface

{$I IdCompilerDefines.inc}
//here only to put FPC in Delphi mode

interface

uses
Classes,
IdGlobal, IdBaseComponent, IdException;
Expand Down
2 changes: 1 addition & 1 deletion Lib/Core/IdInterceptSimLog.pas
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@

TODO: Can also change it to detect several EOLs and non binary and use :Lines:x
}
{$i IdCompilerDefines.inc}

interface
{$i IdCompilerDefines.inc}

uses
Classes,
Expand Down
3 changes: 2 additions & 1 deletion Lib/Core/IdInterceptThrottler.pas
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@

unit IdInterceptThrottler;

interface
{$i IdCompilerDefines.inc}

interface

uses
IdComponent, IdIntercept, IdGlobal;

Expand Down
4 changes: 2 additions & 2 deletions Lib/Core/IdLogBase.pas
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@

unit IdLogBase;

interface

{$I IdCompilerDefines.inc}
//Put FPC into Delphi mode

interface

uses
Classes,
IdIntercept, IdGlobal, IdBaseComponent;
Expand Down
4 changes: 3 additions & 1 deletion Lib/Core/IdLogDebug.pas
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@

unit IdLogDebug;

interface
{$I IdCompilerDefines.inc}
//Put FPC into Delphi mode

interface

uses
IdLogBase;

Expand Down
5 changes: 3 additions & 2 deletions Lib/Core/IdLogEvent.pas
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@

unit IdLogEvent;

interface

{$I IdCompilerDefines.inc}
//Put FPC into Delphi mode

interface


uses
IdLogBase, Classes;

Expand Down
5 changes: 3 additions & 2 deletions Lib/Core/IdLogFile.pas
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@

unit IdLogFile;

interface

{$I IdCompilerDefines.inc}
//Put FPC into Delphi mode

interface


uses
Classes,
IdLogBase;
Expand Down
Loading