소스 검색

Missed change from 4.0.0. Doesn't actually matter for our 32-bit build.

Martijn Laan 1 년 전
부모
커밋
5eddfb78d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Components/ScintInt.pas

+ 1 - 1
Components/ScintInt.pas

@@ -1211,7 +1211,7 @@ const
 {$ENDIF}
 
 type
-  TSci_Position = Integer;
+  TSci_Position = NativeInt;
   TSci_PositionCR = Longint;
   
   TSci_CharacterRange = record