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.