changeset 7043 | 7c080e5ac8d0 |
parent 7028 | 0f60591f3a16 |
child 7074 | 3f23bd0f2af2 |
--- a/hedgewars/uUtils.pas Thu May 10 23:51:05 2012 +0400 +++ b/hedgewars/uUtils.pas Fri May 11 00:28:06 2012 +0400 @@ -70,7 +70,7 @@ implementation -uses typinfo, Math, uConsts, uVariables, SysUtils; +uses {$IFNDEF PAS2C}typinfo, {$ENDIF}Math, uConsts, uVariables, SysUtils; {$IFDEF DEBUGFILE} var f: textfile;