17 Apr
2009
17 Apr
'09
5:11 p.m.
On Fri, Apr 17, 2009 at 4:24 AM, Paul Vriens <paul.vriens.wine(a)gmail.com> wrote:
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.
-- -Austin