Austin English wrote:
Changelog: Fixed Paul's concerns.



------------------------------------------------------------------------


Implementation piece is not needed as GetNamedSecurityInfoW already takes care of those parameters.

The second test crashes on NT4. Instead of surrounding that with an if(0) I suggest to surround it with an if(pCreateWellKnownSid). That function is available as of W2K so we skip on NT4 (and we already skip on Win9x). I also suggest to add a win_skip() if you decide to take that route.

--
Cheers,

Paul.


Reply via email to