diff options
Diffstat (limited to '')
-rw-r--r-- | src/switches.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/switches.inc b/src/switches.inc index 10f5ff56..ac2be7e0 100644 --- a/src/switches.inc +++ b/src/switches.inc @@ -14,6 +14,7 @@ {$DEFINE HasInline} {$ELSE} {$DEFINE Delphi} + {$DEFINE FPC_LITTLE_ENDIAN} // Delphi version numbers (ignore versions released before Delphi 6 as they miss the $IF directive): // Delphi 6 (VER140), Delphi 7 (VER150), Delphi 8 (VER160) @@ -113,4 +114,4 @@ {$DEFINE UsePortaudio} {$IFEND} -{$ENDIF PASDOC} +{$ENDIF PASDOC}
\ No newline at end of file |