aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-05 16:31:20 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-05 16:31:20 +0000
commit575a05b31780cc02145e14476d8f5e343b676ad4 (patch)
tree11e637c5558582f590cee7bc97dd4a49eea1c009 /Game
parent2eb92f1b07828c0631d297bd26cfb249ccbd20ef (diff)
downloadusdx-575a05b31780cc02145e14476d8f5e343b676ad4.tar.gz
usdx-575a05b31780cc02145e14476d8f5e343b676ad4.tar.xz
usdx-575a05b31780cc02145e14476d8f5e343b676ad4.zip
Changed Delphi-define to MSWINDOWS (works in FPC too)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@824 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/Classes/UCore.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UCore.pas b/Game/Code/Classes/UCore.pas
index 9718b2eb..7e76c9c4 100644
--- a/Game/Code/Classes/UCore.pas
+++ b/Game/Code/Classes/UCore.pas
@@ -422,7 +422,7 @@ var Params: Cardinal;
begin
Result := -1;
- {$IFDEF Delphi}
+ {$IFDEF MSWINDOWS}
If (lParam<>nil) then
begin
Params := MB_OK;