mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 13:20:18 +02:00
codetools: clean up
git-svn-id: trunk@41100 -
This commit is contained in:
parent
635a23f205
commit
2d89a34014
@ -29,14 +29,7 @@
|
||||
}
|
||||
unit LinkScanner;
|
||||
|
||||
{$ifdef FPC}
|
||||
{$mode objfpc}
|
||||
{$else}
|
||||
// delphi? if so then Windows is not defined but instead MSWindows is defined => define Windows in this case
|
||||
{$ifdef MSWindows}
|
||||
{$define Windows}
|
||||
{$endif}
|
||||
{$endif}{$H+}
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$I codetools.inc}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user