mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 15:29:13 +02:00
Amiga, MorphOS, AROS: renamed a constant named "SINGLE" in intuition unit and unified across all systems
git-svn-id: trunk@28553 -
This commit is contained in:
parent
49b0c18c53
commit
4ae5441757
@ -2515,8 +2515,8 @@ Const
|
||||
BAUD_MIDI = $07;
|
||||
|
||||
{ PaperType }
|
||||
FANFOLD = $00;
|
||||
SINGLE = $80;
|
||||
FANFOLD_PT = $00;
|
||||
SINGLE_PT = $80;
|
||||
|
||||
{ PrintPitch }
|
||||
PICA = $000;
|
||||
|
@ -1544,8 +1544,8 @@ const
|
||||
BAUD_19200 = $06;
|
||||
BAUD_MIDI = $07;
|
||||
// PaperType
|
||||
ptFANFOLD = $00;
|
||||
ptSingle = $80;
|
||||
FANFOLD_PT = $00;
|
||||
Single_PT = $80;
|
||||
// PrintPitch
|
||||
PICA = $000;
|
||||
ELITE = $400;
|
||||
|
@ -2485,8 +2485,8 @@ Const
|
||||
BAUD_MIDI = $07;
|
||||
|
||||
{ PaperType }
|
||||
FANFOLD = $00;
|
||||
SINGLE = $80;
|
||||
FANFOLD_PT = $00;
|
||||
SINGLE_PT = $80;
|
||||
|
||||
{ PrintPitch }
|
||||
PICA = $000;
|
||||
|
Loading…
Reference in New Issue
Block a user