aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-10-30 00:02:45 +0000
committernyamatongwe <unknown>2005-10-30 00:02:45 +0000
commit78ed4222790acc2c3ce98a5cfbcaf9158129b518 (patch)
tree5cd6638ae8355fc8af25d7f02223d8be77f8b225 /include/Scintilla.h
parente28524199be4de54942dbad76e3d98de15d3e0e0 (diff)
downloadscintilla-mirror-78ed4222790acc2c3ce98a5cfbcaf9158129b518.tar.gz
Patch from Joseph Galbraith for 64 bit platforms.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index cb91cba6f..4f646cc98 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -718,7 +718,7 @@ struct NotifyHeader {
// but most clients of Scintilla.h do not have this type visible.
//WindowID hwndFrom;
void *hwndFrom;
- unsigned int idFrom;
+ uptr_t idFrom;
unsigned int code;
};