A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Aleksey Bragin 5f53b128c9 - Remove a hack from IopCreateDriver(), no boot hang happens in VMWare without it anymore.
- Uncomment a ExFreePool() in a Delete routine for Driver object type, should prevent a possible memory leak (was commented due to the previous hack).
- Added a small piece of a new logic into IopCreateDriver(). In ReactOS it's being called two times almost immediately, which results in a non-unique driver object name, since KeTickCount is the same. In order to prevent this situation a loop is added, having 100 iterations as max.

svn path=/trunk/; revision=26891
2007-05-25 13:52:58 +00:00
irc modified Resources/hresult.xml 2006-09-09 10:53:28 +00:00
reactos - Remove a hack from IopCreateDriver(), no boot hang happens in VMWare without it anymore. 2007-05-25 13:52:58 +00:00
rosapps - initialize display class with "Ms Shell Dlg" 2007-05-25 07:48:17 +00:00
rostests Fix a typo and improve a test. 2007-05-22 10:57:53 +00:00
wallpaper Add bitmap version of the Lake wallpaper and directory.rbuild. 2007-03-08 21:45:10 +00:00