From b96c83d5d6e6466f2c61a1cfd1e6e47da03b1463 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 27 Oct 2008 13:43:01 +0000 Subject: [PATCH] * 64-bit fix for extlogpen git-svn-id: trunk@11985 - --- rtl/win/wininc/struct.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/win/wininc/struct.inc b/rtl/win/wininc/struct.inc index f4cf3b320b..6058adc303 100644 --- a/rtl/win/wininc/struct.inc +++ b/rtl/win/wininc/struct.inc @@ -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;