aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-02-17 07:57:43 +0000
committernyamatongwe <unknown>2001-02-17 07:57:43 +0000
commit98596629f2462a30dca950d5365a200b5704277f (patch)
treed7e671c0145a32a27b001d6acf4dc28519710a0b /src/Editor.cxx
parentf29acfd963c239d1eecf94d154103e552bbcec2a (diff)
downloadscintilla-mirror-98596629f2462a30dca950d5365a200b5704277f.tar.gz
Defining sptr_t and uptr_t to be integral types large enough to contain
pointers to allow portability to 64 bit platforms.
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 67d8ea856..2b759c96c 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -3200,7 +3200,7 @@ static bool ValidMargin(unsigned long wParam) {
return wParam < ViewStyle::margins;
}
-long Editor::WndProc(unsigned int iMessage, unsigned long wParam, long lParam) {
+sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {
//Platform::DebugPrintf("S start wnd proc %d %d %d\n",iMessage, wParam, lParam);
// Optional macro recording hook