Explorar o código

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

Martijn Laan hai 1 ano
pai
achega
5eddfb78d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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