diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-17 22:00:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-17 22:00:15 +0000 |
commit | e756604ff50151c668154e64b56f615badffee2c (patch) | |
tree | 26dfa1ed68c8fc6a78fc5383dba795403f37a42b /src/gui_w32.c | |
parent | f7bbbc506e1b28fae1edc0a4bb4e4218d1ea623a (diff) | |
download | vim-git-e756604ff50151c668154e64b56f615badffee2c.tar.gz |
updated for version 7.0087
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index 3ecedde10..3e31e7794 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -415,6 +415,9 @@ init_mouse_wheel(void) #ifndef SPI_GETWHEELSCROLLLINES # define SPI_GETWHEELSCROLLLINES 104 #endif +#ifndef SPI_SETWHEELSCROLLLINES +# define SPI_SETWHEELSCROLLLINES 105 +#endif #define VMOUSEZ_CLASSNAME "MouseZ" /* hidden wheel window class */ #define VMOUSEZ_TITLE "Magellan MSWHEEL" /* hidden wheel window title */ |