Przeglądaj źródła

* fixed exception_record for win64

git-svn-id: trunk@3306 -
Marc Weustink 19 lat temu
rodzic
commit
374ab6cb18
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      rtl/win/wininc/struct.inc

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

@@ -1775,7 +1775,7 @@
           ExceptionRecord : ^_EXCEPTION_RECORD;
           ExceptionAddress : PVOID;
           NumberParameters : DWORD;
-          ExceptionInformation : array[0..(EXCEPTION_MAXIMUM_PARAMETERS)-1] of DWORD;
+          ExceptionInformation : array[0..(EXCEPTION_MAXIMUM_PARAMETERS)-1] of ULONG_PTR;
        end;
      PEXCEPTION_RECORD = ^EXCEPTION_RECORD;
      _EXCEPTION_RECORD = EXCEPTION_RECORD;