hedgewars/pas2cSystem.pas
changeset 10131 4b4a043111f4
parent 10129 cd2a64a1f4aa
child 10133 d73412fbf3b4
--- a/hedgewars/pas2cSystem.pas	Tue Feb 11 22:05:03 2014 +0400
+++ b/hedgewars/pas2cSystem.pas	Wed Feb 12 00:50:15 2014 +0400
@@ -40,6 +40,7 @@
     char = char;
     PChar = ^char;
     PPChar = ^Pchar;
+    PWideChar = ^WideChar;
 
     PByte = ^Byte;
     PWord = ^Word;