mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 00:49:18 +02:00
Components, printers: Fix wrong compiler directive for compiler version detection in r43553 #07ebd480ca
git-svn-id: trunk@43554 -
This commit is contained in:
parent
07ebd480ca
commit
462b02e2de
@ -570,7 +570,7 @@ begin
|
||||
end
|
||||
else
|
||||
begin
|
||||
{$IFDEF FPC_FULLVERSION>20602}
|
||||
{$IF FPC_FULLVERSION>20602}
|
||||
PDev.Device := PChar(TmpDevModeA^.dmDeviceName);
|
||||
{$ELSE}
|
||||
PDev.Device := PChar(PByte(TmpDevModeA^.dmDeviceName));
|
||||
|
Loading…
Reference in New Issue
Block a user