diff options
author | nyamatongwe <devnull@localhost> | 2000-07-21 13:36:30 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-21 13:36:30 +0000 |
commit | c44214dd05ae2d4f91678353ecb9cd5a88921649 (patch) | |
tree | 0b021201d15fe67ec159dd2877995ef6b5019927 /src/Document.h | |
parent | 110c23982d9c0d78bc3bd25dc7210b184d658c65 (diff) | |
download | scintilla-mirror-c44214dd05ae2d4f91678353ecb9cd5a88921649.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); |