summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-17 22:00:15 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-17 22:00:15 +0000
commite756604ff50151c668154e64b56f615badffee2c (patch)
tree26dfa1ed68c8fc6a78fc5383dba795403f37a42b /src/gui_w32.c
parentf7bbbc506e1b28fae1edc0a4bb4e4218d1ea623a (diff)
updated for version 7.0087
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 3ecedde106..3e31e77941 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 */