mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 01:20:27 +02:00
lcl: remove fpc 2.0.2 workaround
git-svn-id: trunk@11318 -
This commit is contained in:
parent
a7e79f00ce
commit
fafa934568
@ -24,12 +24,6 @@ unit DirSel;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$IF defined(VER2_0_2) and defined(win32)}
|
||||
// FPC <= 2.0.2 compatibility code
|
||||
// WINDOWS define was added after FPC 2.0.2
|
||||
{$define WINDOWS}
|
||||
{$endif}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user