[NTVDM]: Reenable the mouse driver that I disabled by error in my previous commit.

svn path=/trunk/; revision=69208
This commit is contained in:
Hermès Bélusca-Maïto 2015-09-12 20:25:45 +00:00
parent 8a0491589a
commit 0b875af84a

View file

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