advapi32: add testcases for GetNamedSecurityInfo (try 2)

Paul Vriens paul.vriens.wine at gmail.com
Fri Apr 17 04:24:07 CDT 2009


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.



More information about the wine-devel mailing list