Restore Scintilla header

which make x64 release binary compiled with PlatformToolset v141 crash on startup (x64 debug binary works fine though).
This commit is contained in:
Don Ho 2022-01-25 16:14:48 +01:00
parent f4c777e576
commit ef9c452284

View File

@ -20,7 +20,7 @@ typedef size_t Sci_PositionU;
// For Sci_CharacterRange which is defined as long to be compatible with Win32 CHARRANGE
typedef intptr_t Sci_PositionCR;
typedef long Sci_PositionCR;
#ifdef _WIN32
#define SCI_METHOD __stdcall