Browse Source

* TLogBrush.lbHatch should be ulong_ptr (win64 problem)

git-svn-id: trunk@11984 -
marco 17 years ago
parent
commit
e5d18aba3e
1 changed files with 1 additions and 1 deletions
  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;