소스 검색

* win64 compilation fix

git-svn-id: trunk@9812 -
florian 17 년 전
부모
커밋
f7a891248a
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      rtl/inc/exeinfo.pp

+ 9 - 0
rtl/inc/exeinfo.pp

@@ -512,6 +512,15 @@ type
     lineno2  : word;
     flags    : longint;
   end;
+  coffsymbol=packed record
+    name    : array[0..3] of char; { real is [0..7], which overlaps the strofs ! }
+    strofs  : longint;
+    value   : longint;
+    section : smallint;
+    empty   : word;
+    typ     : byte;
+    aux     : byte;
+  end;
 var
   dosheader  : tdosheader;
   peheader   : tpeheader;