A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Pierre Schweitzer 436edb2c3f [NTOSKRNL]
Implement MiSetControlAreaSymbolsLoaded and MiLoadUserSymbols. These are responsible
for marking the control area that we've loaded the symbols and for effectively loading
the symbols.

These two functions only apply on image section! (ie, ControlArea->u.Flags.Image not null).
They are only compatible with ARM3. But, for the moment, old MM is responsible for image section
mapping and thus, these two functions cannot be used.

Once this responsibility is transfered to ARM3, first call MiCacheImageSymbols, if successful, then call
MiSetControlAreaSymbolsLoaded and MiLoadUserSymbols. After checking image was at base and GlobalMemory was not
set.

Once this is finally linked, this *should* fix PSAPI apitests.

svn path=/trunk/; revision=60802
2013-10-30 23:17:08 +00:00
reactos [NTOSKRNL] 2013-10-30 23:17:08 +00:00
rosapps [ROSAPPS] 2013-09-15 18:17:25 +00:00
rostests [PSAPI_WINETESTS] 2013-10-30 10:57:05 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00