Merge pull request #2979 from RaiKoHoff/Dev_Lexilla

Sci_PositionCR type reverted to long for Win32 compatibility reasons
This commit is contained in:
Rainer Kottenhoff 2020-11-18 09:32:13 +01:00 committed by GitHub
commit 9be3485dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,7 @@ typedef ptrdiff_t Sci_Position;
typedef size_t Sci_PositionU;
// For Sci_CharacterRange which is defined as long to be compatible with Win32 CHARRANGE
//typedef long Sci_PositionCR;
typedef Sci_Position Sci_PositionCR;
typedef long Sci_PositionCR;
#ifdef _WIN32