diff -r 159616c24bb8 -r 26f960656cc9 hedgewars/pas2c.h --- a/hedgewars/pas2c.h Sun May 13 00:50:45 2012 +0400 +++ b/hedgewars/pas2c.h Sun May 13 01:54:26 2012 +0400 @@ -2,6 +2,7 @@ #include #include +#include typedef union string255_ { @@ -36,6 +37,7 @@ typedef int32_t LongInt; typedef uint64_t QWord; typedef int64_t Int64; +typedef LongWord Cardinal; typedef LongInt Integer; typedef float extended; @@ -52,6 +54,7 @@ typedef LongWord * PLongWord; typedef Integer * PInteger; typedef int PtrInt; +typedef wchar_t widechar; #ifdef __GNUG__ #define NULL __null