mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 19:10:14 +02:00
rtl-extra: fix printer device
This commit is contained in:
parent
a57a2b6cbe
commit
454365325e
@ -24,6 +24,6 @@ implementation
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
(* WARNING: has to be checked; do_open('PRN') returns a valid, negative OS handle *)
|
(* WARNING: has to be checked; do_open('PRN') returns a valid, negative OS handle *)
|
||||||
InitPrinter ('PRN');
|
InitPrinter ('PRN:');
|
||||||
SetPrinterExit;
|
SetPrinterExit;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user