Hi,
(Deliberately sent here and not to wine-patches).
Hopefully someone can shed some light on this.
I need this patch to have the security tests not crash on NT4. The part about the missing function is obvious.
What is not so obvious though is that when I leave the LocalFree(NewAcl) in, the test crash. If I only do the LocalFree on success (as stated btw on MSDN for this function) this test doesn't crash. AFAIK LocalFree deals with passed NULL pointers so there must be something else going on.
Changelog Don't crash tests for NT4