瀏覽代碼

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