diff options
author | nyamatongwe <devnull@localhost> | 2005-10-30 00:02:45 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-10-30 00:02:45 +0000 |
commit | 5ed6a77b2a0910681b68ebfbf91e7f0dbe39c74a (patch) | |
tree | 5cd6638ae8355fc8af25d7f02223d8be77f8b225 /include/Scintilla.h | |
parent | f12afccae7dfa0e52ac1954a2fcea64afaa7a248 (diff) | |
download | scintilla-mirror-5ed6a77b2a0910681b68ebfbf91e7f0dbe39c74a.tar.gz |
Patch from Joseph Galbraith for 64 bit platforms.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 2 |
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; }; |