mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 14:19:31 +02:00
* 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:
parent
c2c0b7a4e7
commit
b538256145
@ -252,7 +252,7 @@
|
||||
{$endif}
|
||||
|
||||
UCHAR = byte;
|
||||
// WCHAR = WideChar;
|
||||
WCHAR = WideChar;
|
||||
|
||||
UINT = cardinal;
|
||||
ULONG = cardinal;
|
||||
|
Loading…
Reference in New Issue
Block a user