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:
Károly Balogh 2014-08-31 14:39:59 +00:00
parent 49b0c18c53
commit 4ae5441757
3 changed files with 6 additions and 6 deletions

View File

@ -2515,8 +2515,8 @@ Const
BAUD_MIDI = $07;
{ PaperType }
FANFOLD = $00;
SINGLE = $80;
FANFOLD_PT = $00;
SINGLE_PT = $80;
{ PrintPitch }
PICA = $000;

View File

@ -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;

View File

@ -2485,8 +2485,8 @@ Const
BAUD_MIDI = $07;
{ PaperType }
FANFOLD = $00;
SINGLE = $80;
FANFOLD_PT = $00;
SINGLE_PT = $80;
{ PrintPitch }
PICA = $000;