A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Alex Ionescu 4f9ab3b9a5 - Add a new member to MM_IMAGE_SECTION_OBJECT to hold the size of the mapped image file.
- Finally load driver images like human beings, as actual image section objects instead of random memory that we allocate and manually "load" using unsafe and crappy PE memory copies. We now use KJK's integer-safe and properly documented/implemented loader for image sections that is already used for processes and other user-mode images.
- Implement MiLoadImageSection for the task above and remove all the deprecated code that did the previous hackloading.

svn path=/trunk/; revision=25891
2007-02-23 15:31:45 +00:00
irc modified Resources/hresult.xml 2006-09-09 10:53:28 +00:00
reactos - Add a new member to MM_IMAGE_SECTION_OBJECT to hold the size of the mapped image file. 2007-02-23 15:31:45 +00:00
rosapps win32k dx test are now compatible with all Windows and ReactOS that got a d3d8thk.dll file 2007-02-22 19:21:10 +00:00