From 3a6aa828e4825e1e849e11d2c3d3db21b79391b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 9 Aug 2014 10:51:22 +0000 Subject: [PATCH] Fix a typo. svn path=/trunk/; revision=63843 --- reactos/subsystems/ntvdm/hardware/mouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/ntvdm/hardware/mouse.h b/reactos/subsystems/ntvdm/hardware/mouse.h index 14e430a53b0..49136dca7d0 100644 --- a/reactos/subsystems/ntvdm/hardware/mouse.h +++ b/reactos/subsystems/ntvdm/hardware/mouse.h @@ -49,7 +49,7 @@ #define MOUSE_SCROLL_UP 1 #define MOUSE_SCROLL_DOWN -1 #define MOUSE_SCROLL_RIGHT 2 -#define MOUSE_SCROLL_LET -2 +#define MOUSE_SCROLL_LEFT -2 typedef enum _MOUSE_MODE {