You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
[x64 fix]: Scintilla structures required correction for x64
- ScNotification struct had incorrect data type 'int' for lineNumber, position, etc fields
- This might cause misinterpretation of data block eventually leading to corruption.
- Scintilla interface method signatures were incorrectly using int.
- This would cause truncation of data in x64 environment and possible data corruption.
- Enums in GatewayDomain.cs required [Flags] attribute to combine using OR.
0 commit comments