From d2a4f49752a55a3ecb475eb0a72ffb43c3706a84 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Sun, 28 Sep 2008 16:24:46 +0000 Subject: colorbug on delphi fixed. was broken since 1418, because delphi is missing the FPC_LITTLE_ENDIAN switch git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1422 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/switches.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3