mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 15:19:11 +02:00
fixed compilation for fpc 2.0.x
git-svn-id: trunk@8449 -
This commit is contained in:
parent
7f19762926
commit
83518b8d09
@ -22,7 +22,7 @@
|
||||
unit FPCAdds;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$if defined(VER2_0_0) or defined(VER_2_0_1) or defined(VER_2_0_2)}
|
||||
{$if defined(VER2_0_0) or defined(VER2_0_1) or defined(VER2_0_2)}
|
||||
{$DEFINE FPC_HAS_NO_STRTOQWORD}
|
||||
{$ENDIF}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user