aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/UltraStar.lpr
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-28 00:31:17 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-28 00:31:17 +0000
commit2bb04d205b5b0302907d3f14c25ccf440fa97dc4 (patch)
tree7f9c6c1fba8fef318be47fe4c6dcfe1b1085c0d8 /Game/Code/UltraStar.lpr
parent10e6d7591c71597228046d0191b2a8bc9662e858 (diff)
downloadusdx-2bb04d205b5b0302907d3f14c25ccf440fa97dc4.tar.gz
usdx-2bb04d205b5b0302907d3f14c25ccf440fa97dc4.tar.xz
usdx-2bb04d205b5b0302907d3f14c25ccf440fa97dc4.zip
fixed EIntOverflow in function TMenu.WideCharUpperCase when used on Linux ( or other Unix Systems )
this fix should make Eddies fix for same or similar problem Correct, because the previous fix simply did an UpperCase which is not WideString Compatible. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@977 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/UltraStar.lpr1
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/UltraStar.lpr b/Game/Code/UltraStar.lpr
index ab4a6534..06a6f86e 100644
--- a/Game/Code/UltraStar.lpr
+++ b/Game/Code/UltraStar.lpr
@@ -7,6 +7,7 @@ program UltraStar;
uses
{$ifdef unix} // http://wiki.lazarus.freepascal.org/Multithreaded_Application_Tutorial
cthreads, // THIS MUST be the first used unit !!
+ cwstring,
{$endif}
{$ifdef MSWINDOWS} // do not initialize the widgets in linux -> see below
{$ifdef LCL}