aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UCommon.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Classes/UCommon.pas b/Game/Code/Classes/UCommon.pas
index 94f43d06..0c8bf0df 100644
--- a/Game/Code/Classes/UCommon.pas
+++ b/Game/Code/Classes/UCommon.pas
@@ -308,13 +308,13 @@ begin
end;
-{$IFDEF Linux}
+{$IFDEF Unix}
// include resource-file info (stored in the constant array "resources")
{$I ../resource.inc}
{$ENDIF}
function GetResourceStream(const aName, aType: string): TStream;
-{$IFDEF Linux}
+{$IFDEF Unix}
var
ResIndex: integer;
Filename: string;
@@ -322,7 +322,7 @@ var
begin
Result := nil;
- {$IFDEF Linux}
+ {$IFDEF Unix}
for ResIndex := 0 to High(resources) do
begin
if (resources[ResIndex][0] = aName ) and