mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[NTVDM]: Temporarily disable the mouse driver since mouse still doesn't fully work.
svn path=/trunk/; revision=65435
This commit is contained in:
parent
534adb371c
commit
b17f25b733
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue