From 0b875af84a08f6da36fad6f95b53f68d5511c969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 12 Sep 2015 20:25:45 +0000 Subject: [PATCH] [NTVDM]: Reenable the mouse driver that I disabled by error in my previous commit. svn path=/trunk/; revision=69208 --- reactos/subsystems/mvdm/ntvdm/dos/dem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/mvdm/ntvdm/dos/dem.c b/reactos/subsystems/mvdm/ntvdm/dos/dem.c index ebe4459de0d..afe3067a277 100644 --- a/reactos/subsystems/mvdm/ntvdm/dos/dem.c +++ b/reactos/subsystems/mvdm/ntvdm/dos/dem.c @@ -1300,7 +1300,7 @@ static VOID WINAPI DosStart(LPWORD Stack) } /* Load the mouse driver */ - // DosMouseInitialize(); + DosMouseInitialize(); #ifndef STANDALONE