mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
- Make `IntAttachToCSRSS()` return a BOOLEAN to distinguish calls made prior to `CsrProcess` being initialized. - Adjust the callers of `IntAttachToCSRSS()` and make them returning a proper error value if attaching failed (if `CsrProcess == NULL`). - Make `IntDetachFromCSRSS()` just take a `PKPROCESS` parameter instead a pointer to `PKPROCESS` -- the function won't need to modify its value. Adjust its callers to reflect the change.