mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 03:59:28 +02:00
* pboolean is now deprecated because it conflicts with system.pboolean. Under ifndef 2_2. (#11380)
Merging not needed, except maybe for documentation purposes? git-svn-id: trunk@11350 -
This commit is contained in:
parent
3195d8bd79
commit
7e72e81662
@ -197,7 +197,7 @@
|
||||
NWPSTR = Pwidechar;
|
||||
|
||||
PWINBOOL = ^WINBOOL;
|
||||
PBOOLEAN = ^BYTE;
|
||||
PBOOLEAN = ^BYTE {$ifndef VER2_2} deprecated {$endif};
|
||||
|
||||
PBYTE = System.PByte;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user