Fix NONPORTABLE builds
This commit is contained in:
parent
43f7087ffb
commit
66364275c2
1 changed files with 4 additions and 0 deletions
|
@ -95,7 +95,11 @@ static const struct
|
|||
{"ORG", "BALLOS", rBallos, sizeof(rBallos)},
|
||||
{"ORG", "BDOWN", rBreakDown, sizeof(rBreakDown)},
|
||||
{"ORG", "CEMETERY", rCemetery, sizeof(rCemetery)},
|
||||
#ifdef NONPORTABLE
|
||||
{"ORG", "Curly", rCurly, sizeof(rCurly)},
|
||||
#else
|
||||
{"ORG", "CURLY", rCurly, sizeof(rCurly)},
|
||||
#endif
|
||||
{"ORG", "DR", rDr, sizeof(rDr)},
|
||||
{"ORG", "ENDING", rEnding, sizeof(rEnding)},
|
||||
{"ORG", "ESCAPE", rEscape, sizeof(rEscape)},
|
||||
|
|
Loading…
Add table
Reference in a new issue