diff options
author | nyamatongwe <devnull@localhost> | 2002-06-09 02:58:47 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-06-09 02:58:47 +0000 |
commit | 112c4b6bb39e1069ae2ec7bb2f55a49939005957 (patch) | |
tree | 7b0416e002a76253ad5b11abe3194edc06bd4061 /include/Platform.h | |
parent | 27e9dd738c874dacb3bc96736b855fcd9b3a7b78 (diff) | |
download | scintilla-mirror-112c4b6bb39e1069ae2ec7bb2f55a49939005957.tar.gz |
Compatibility with 64 bit systems.
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Platform.h b/include/Platform.h index 2d1e6e179..ffb4a3cc3 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -424,6 +424,8 @@ public: static bool IsKeyDown(int key); static long SendScintilla( WindowID w, unsigned int msg, unsigned long wParam=0, long lParam=0); + static long SendScintillaPointer( + WindowID w, unsigned int msg, unsigned long wParam=0, void *lParam=0); static bool IsDBCSLeadByte(int codePage, char ch); // These are utility functions not really tied to a platform |