mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NTVDM]: Reenable the mouse driver that I disabled by error in my previous commit.
svn path=/trunk/; revision=69208
This commit is contained in:
parent
8a0491589a
commit
0b875af84a
1 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@ static VOID WINAPI DosStart(LPWORD Stack)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Load the mouse driver */
|
/* Load the mouse driver */
|
||||||
// DosMouseInitialize();
|
DosMouseInitialize();
|
||||||
|
|
||||||
#ifndef STANDALONE
|
#ifndef STANDALONE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue