aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-07-21 08:08:46 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-07-21 08:08:46 +0000
commitf136a72b7ad12e17d9294978eb43fd4afe90f87e (patch)
tree3c05b2b45d00dcd7db7b1b53ad96b26614cff706 /Game
parentdacebe74bcf2441882058b15f77a49fe6521b37c (diff)
downloadusdx-f136a72b7ad12e17d9294978eb43fd4afe90f87e.tar.gz
usdx-f136a72b7ad12e17d9294978eb43fd4afe90f87e.tar.xz
usdx-f136a72b7ad12e17d9294978eb43fd4afe90f87e.zip
fpc 2.2.2 fix, clocale is not available for windows
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1218 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/Classes/UCommon.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Classes/UCommon.pas b/Game/Code/Classes/UCommon.pas
index 1b0a6e6c..4f7f7f1b 100644
--- a/Game/Code/Classes/UCommon.pas
+++ b/Game/Code/Classes/UCommon.pas
@@ -92,11 +92,13 @@ uses
{$IFDEF Delphi}
Dialogs,
{$ENDIF}
+ {$IFDEF LINUX}
{$IFDEF FPC}
{$IF FPC_VERSION_INT >= 2002002} // >= 2.2.2
clocale,
{$IFEND}
{$ENDIF}
+ {$ENDIF}
UMain;