mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 13:54:54 +02:00
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:
parent
f4c777e576
commit
ef9c452284
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user