mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2979 from RaiKoHoff/Dev_Lexilla
Sci_PositionCR type reverted to long for Win32 compatibility reasons
This commit is contained in:
commit
9be3485dfd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user