Browse Source

* 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 -

marco 17 years ago
parent
commit
7e72e81662
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/base.inc

+ 1 - 1
rtl/win/wininc/base.inc

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