aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-28 16:24:46 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-28 16:24:46 +0000
commitd2a4f49752a55a3ecb475eb0a72ffb43c3706a84 (patch)
treef2e29d6e7ca66f541e181ecc078b8e0ac0aa788e
parentffcd89b1ac9b906eded0d5ce4e128d095d1b0da7 (diff)
downloadusdx-d2a4f49752a55a3ecb475eb0a72ffb43c3706a84.tar.gz
usdx-d2a4f49752a55a3ecb475eb0a72ffb43c3706a84.tar.xz
usdx-d2a4f49752a55a3ecb475eb0a72ffb43c3706a84.zip
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
-rw-r--r--src/switches.inc3
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