diff options
author | Neil <unknown> | 2016-02-09 10:19:11 +1100 |
---|---|---|
committer | Neil <unknown> | 2016-02-09 10:19:11 +1100 |
commit | ae3fec17d1dfbd2f9611a5722bcbd21440cb547c (patch) | |
tree | 5f601427d455fab94c0b288d3fd8f76f417fd0c1 /test | |
parent | 02649b26c2390ac92cd76650e8beeb9ff40167df (diff) | |
download | scintilla-mirror-ae3fec17d1dfbd2f9611a5722bcbd21440cb547c.tar.gz |
Fix 64-bit build on Windows which was broken in 3.6.3 as long only 32-bits.
Diffstat (limited to 'test')
-rw-r--r-- | test/gi/Scintilla-0.1.gir.good | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gi/Scintilla-0.1.gir.good b/test/gi/Scintilla-0.1.gir.good index 6c9595121..b3919a725 100644 --- a/test/gi/Scintilla-0.1.gir.good +++ b/test/gi/Scintilla-0.1.gir.good @@ -53,7 +53,7 @@ and/or use gtk-doc annotations. --> </virtual-method> <method name="send_message" c:identifier="scintilla_object_send_message"> <return-value transfer-ownership="none"> - <type name="glong" c:type="long"/> + <type name="gintptr" c:type="gintptr"/> </return-value> <parameters> <instance-parameter name="sci" transfer-ownership="none"> |