From 642a1a3531a028121777286b878541e014feac56 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 21 Jul 2000 13:36:30 +0000 Subject: Provide alternative symbols for all features defined in WinDefs.h to allow for eventual removal of WinDefs.h. --- src/Document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index 524cce605..76f0e101b 100644 --- a/src/Document.h +++ b/src/Document.h @@ -165,7 +165,7 @@ public: int NextWordStart(int pos, int delta); int Length() { return cb.Length(); } long FindText(int minPos, int maxPos, const char *s, bool caseSensitive, bool word); - long FindText(WORD iMessage,WPARAM wParam,LPARAM lParam); + long FindText(int iMessage, unsigned long wParam, long lParam); int LinesTotal(); void ChangeCase(Range r, bool makeUpperCase); -- cgit v1.2.3