mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 20:59:08 +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
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
{$IFDEF FPC_FULLVERSION>20602}
|
{$IF FPC_FULLVERSION>20602}
|
||||||
PDev.Device := PChar(TmpDevModeA^.dmDeviceName);
|
PDev.Device := PChar(TmpDevModeA^.dmDeviceName);
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
PDev.Device := PChar(PByte(TmpDevModeA^.dmDeviceName));
|
PDev.Device := PChar(PByte(TmpDevModeA^.dmDeviceName));
|
||||||
|
Loading…
Reference in New Issue
Block a user