codetools: clean up

git-svn-id: trunk@41100 -
This commit is contained in:
mattias 2013-05-09 16:12:14 +00:00
parent 635a23f205
commit 2d89a34014

View File

@ -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}