A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Aleksey Bragin 9dfddd39d2 [FSRTL]
- Start bringing sanity to FSRTL Large MCB implementation:
 * Get rid of the GET_LIST_HEAD macro and define a proper private struct to access its members. That's much more flexible,and that's how it's usually done in hundreds of other places in the kernel. Otherwise we might just forget about structs and invent macros to access individual virtual fields in a byte array :)
 * Going through the code (first, preliminary pass) and putting helper debug prints, especially when the code does not work as expected.
 * Move variables definitions to the beginning of the function (thus get rid of up to local vars being redifined up to 3x times within a single function).

svn path=/trunk/; revision=58889
2013-04-29 10:10:44 +00:00
reactos [FSRTL] 2013-04-29 10:10:44 +00:00
rosapps [ROSAPPS] 2013-04-13 21:33:53 +00:00
rostests [KMTESTS:MM] 2013-04-27 18:33:50 +00:00
wallpaper