* readd WCHAR, it is needed for compatibility. There is

code that uses windows types like Windows.WCHAR

git-svn-id: trunk@5142 -
This commit is contained in:
peter 2006-11-01 08:58:21 +00:00
parent c2c0b7a4e7
commit b538256145

View File

@ -252,7 +252,7 @@
{$endif}
UCHAR = byte;
// WCHAR = WideChar;
WCHAR = WideChar;
UINT = cardinal;
ULONG = cardinal;