Kaynağa Gözat

* win64 compilation fix

git-svn-id: trunk@9812 -
florian 17 yıl önce
ebeveyn
işleme
f7a891248a
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  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;