浏览代码

* fixed exception_record for win64

git-svn-id: trunk@3306 -
Marc Weustink 19 年之前
父节点
当前提交
374ab6cb18
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/win/wininc/struct.inc

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

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