advapi32: base implementation of LsaLookupNames2

Paul Vriens paul.vriens.wine at gmail.com
Thu Mar 19 01:55:19 CDT 2009


Aric Stewart wrote:
> ---
>  dlls/advapi32/lsa.c       |   51 ++++++++++++++++++++++++++++++-
>  dlls/advapi32/tests/lsa.c |   75 
> +++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 125 insertions(+), 1 deletions(-)
> 
> 
> 
> ------------------------------------------------------------------------
> 
> 
Hi,

LsaFreeMemory and LsaLookupNames2 are not available on at least Win95. Please 
use GetProcAddress for the second one. LsaFreeMemory is already taken care of 
and should be prefixed with a 'p'.

The tests will not run on Win95 but it avoids those nasty popups and makes sure 
the rest of advapi32 is tested.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list