* 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:
marco 2008-07-09 13:43:27 +00:00
parent 3195d8bd79
commit 7e72e81662

View File

@ -197,7 +197,7 @@
NWPSTR = Pwidechar;
PWINBOOL = ^WINBOOL;
PBOOLEAN = ^BYTE;
PBOOLEAN = ^BYTE {$ifndef VER2_2} deprecated {$endif};
PBYTE = System.PByte;