Aric Stewart wrote:
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.