Explorar el Código

Merged revisions 11984-11985 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r11984 | marco | 2008-10-27 13:32:57 +0100 (Mon, 27 Oct 2008) | 2 lines

* TLogBrush.lbHatch should be ulong_ptr (win64 problem)
........
r11985 | marco | 2008-10-27 14:43:01 +0100 (Mon, 27 Oct 2008) | 1 line

* 64-bit fix for extlogpen
........

git-svn-id: branches/fixes_2_2@11986 -

marco hace 17 años
padre
commit
384ab149a3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      rtl/win/wininc/struct.inc

+ 2 - 2
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;
@@ -2594,7 +2594,7 @@ Const
           elpWidth : UINT;
           elpBrushStyle : UINT;
           elpColor : COLORREF;
-          elpHatch : LONG;
+          elpHatch : ULONG_ptr;
           elpNumEntries : DWORD;
           elpStyleEntry : array[0..0] of DWORD;
        end;