Explorar el Código

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

git-svn-id: trunk@12994 -
marco hace 16 años
padre
commit
c63a3723e1
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

@@ -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;