[NTVDM]: Reenable the mouse driver that I disabled by error in my previous commit.
[reactos.git] / reactos / subsystems / mvdm / ntvdm / dos / dem.c
index ebe4459..afe3067 100644 (file)
@@ -1300,7 +1300,7 @@ static VOID WINAPI DosStart(LPWORD Stack)
     }
 
     /* Load the mouse driver */
     }
 
     /* Load the mouse driver */
-    // DosMouseInitialize();
+    DosMouseInitialize();
 
 #ifndef STANDALONE
 
 
 #ifndef STANDALONE