[NTVDM]: Temporarily disable the mouse driver since mouse still doesn't fully work.

svn path=/trunk/; revision=65435
This commit is contained in:
Hermès Bélusca-Maïto 2014-11-21 00:11:53 +00:00
parent 534adb371c
commit b17f25b733

View file

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