Browse Source

* 64-bit related fix to overlapped structure (Mantis 13443)

git-svn-id: trunk@12994 -
marco 16 năm trước cách đây
mục cha
commit
c63a3723e1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      rtl/win/wininc/struct.inc

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

@@ -5028,8 +5028,8 @@ Const
      POUTLINETEXTMETRIC = ^OUTLINETEXTMETRIC;
 
      OVERLAPPED = record
-          Internal : DWORD;
-          InternalHigh : DWORD;
+          Internal : ULONG_PTR;
+          InternalHigh : ULONG_PTR;
           Offset : DWORD;
           OffsetHigh : DWORD;
           hEvent : HANDLE;