Ver código fonte

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

git-svn-id: trunk@12994 -
marco 16 anos atrás
pai
commit
c63a3723e1
1 arquivos alterados com 2 adições e 2 exclusões
  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;