Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 6101c20

Browse files
committed
fixing build error
1 parent 50a9474 commit 6101c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Visual Studio Project Template C#/Integration/Scintilla_iface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public struct SCNotification
5252
public enum SciMsg : uint
5353
{
5454
/* ++Autogenerated -- start of section automatically generated from Scintilla.iface */
55-
INVALID_POSITION = -1,
55+
INVALID_POSITION = 0xFFFFFFFF,
5656

5757
SCI_START = 2000,
5858

0 commit comments

Comments
 (0)