Parcourir la source

* TLogBrush.lbHatch should be ulong_ptr (win64 problem)

git-svn-id: trunk@11984 -
marco il y a 17 ans
Parent
commit
e5d18aba3e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rtl/win/wininc/struct.inc

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

@@ -2393,7 +2393,7 @@ Const
      LOGBRUSH = record
           lbStyle : UINT;
           lbColor : COLORREF;
-          lbHatch : LONG;
+          lbHatch : ULONG_PTR;
        end;
      tagLOGBRUSH = LOGBRUSH;
      TLOGBRUSH = LOGBRUSH;