[NTVDM]: Temporarily disable the mouse driver since mouse still doesn't fully work.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 21 Nov 2014 00:11:53 +0000 (00:11 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 21 Nov 2014 00:11:53 +0000 (00:11 +0000)
svn path=/trunk/; revision=65435

reactos/subsystems/ntvdm/dos/dem.c

index 9e1078f..f5f032e 100644 (file)
@@ -423,7 +423,7 @@ static VOID WINAPI DosStart(LPWORD Stack)
     RegisterBop(BOP_START_DOS, NULL);
 
     /* Load the mouse driver */
     RegisterBop(BOP_START_DOS, NULL);
 
     /* Load the mouse driver */
-    DosMouseInitialize();
+    // DosMouseInitialize();
 
 #ifndef STANDALONE
 
 
 #ifndef STANDALONE