From ddf0dc62ba1e3bd772e8155d295ddb3487d5d305 Mon Sep 17 00:00:00 2001 From: tobigun Date: Mon, 3 Mar 2008 14:00:02 +0000 Subject: delphi 7 compatibility (inline was introduced with delphi 2005) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@902 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/ULog.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Code/Classes/ULog.pas') diff --git a/Game/Code/Classes/ULog.pas b/Game/Code/Classes/ULog.pas index 15c590ae..6380b10a 100644 --- a/Game/Code/Classes/ULog.pas +++ b/Game/Code/Classes/ULog.pas @@ -52,7 +52,7 @@ type procedure LogBuffer(const buf : Pointer; const bufLength : Integer; filename : string); end; -procedure SafeWriteLn(const msg: string); inline; +procedure SafeWriteLn(const msg: string); {$IFDEF HasInline}inline;{$ENDIF} var Log: TLog; -- cgit v1.2.3