From 78ed4222790acc2c3ce98a5cfbcaf9158129b518 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 30 Oct 2005 00:02:45 +0000 Subject: Patch from Joseph Galbraith for 64 bit platforms. --- include/Scintilla.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; }; -- cgit v1.2.3