소스 검색

Add unit specifiers for tlsdirectory fields: they need to be PUInt from globtype unit

Pierre Muller 2 년 전
부모
커밋
ff673eadac
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/ogcoff.pas

+ 2 - 2
compiler/ogcoff.pas

@@ -566,8 +566,8 @@ implementation
 
        { This is defined in rtl/win/sysos.inc source }
        tlsdirectory=packed record
-         data_start, data_end : PUInt;
-         index_pointer, callbacks_pointer : PUInt;
+         data_start, data_end : globtype.PUInt;
+         index_pointer, callbacks_pointer : globtype.PUInt;
          zero_fill_size : dword;
          flags : dword;
        end;