--- a/hedgewars/pas2cSystem.pas Wed May 30 19:01:19 2012 +0400
+++ b/hedgewars/pas2cSystem.pas Thu May 31 15:14:39 2012 +0400
@@ -43,7 +43,6 @@
PInteger = ^Integer;
Handle = integer;
- stderr = Handle;
png_structp = pointer;
png_size_t = integer;
@@ -79,6 +78,7 @@
FileExists, DirectoryExists, eof : function : boolean;
ExtractFileName : function : string;
exitcode : integer;
+ stdout, stderr : Handle;
ParamCount : function : integer;
ParamStr : function : string;
@@ -134,7 +134,7 @@
Assigned : function : boolean;
- _strconcat, _strappend, _strprepend : function : string;
+ _strconcat, _strappend, _strprepend, _chrconcat : function : string;
_strcompare, _strncompare, _strcomparec : function : boolean;
png_structp, png_set_write_fn, png_get_io_ptr,