diff options
author | nyamatongwe <unknown> | 2000-07-21 13:36:30 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-07-21 13:36:30 +0000 |
commit | 642a1a3531a028121777286b878541e014feac56 (patch) | |
tree | 0b021201d15fe67ec159dd2877995ef6b5019927 /src/Document.h | |
parent | 7dee13ea06c319bb9042b6964fd6fd3670dcb482 (diff) | |
download | scintilla-mirror-642a1a3531a028121777286b878541e014feac56.tar.gz |
Provide alternative symbols for all features defined in WinDefs.h to allow
for eventual removal of WinDefs.h.
Diffstat (limited to 'src/Document.h')
-rw-r--r-- | src/Document.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |