mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 11:09:19 +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}
|
{$endif}
|
||||||
|
|
||||||
UCHAR = byte;
|
UCHAR = byte;
|
||||||
// WCHAR = WideChar;
|
WCHAR = WideChar;
|
||||||
|
|
||||||
UINT = cardinal;
|
UINT = cardinal;
|
||||||
ULONG = cardinal;
|
ULONG = cardinal;
|
||||||
|
Loading…
Reference in New Issue
Block a user