Alexandre Julliard pushed to branch master at wine / wine
Commits: ad623b93 by Stefan Dösinger at 2024-09-19T15:02:36+02:00 netapi32: Add a stub NetFreeAadJoinInformation function.
Chromium loads NetGetAadJoinInformation and NetFreeAadJoinInformation dynamically from netapi32. While it gracefully handles the absence of netapi32 or the getter, it has an assert that fails if the free function isn't there.
It gracefully handles our ERROR_CALL_NOT_IMPLEMENTED from NetGetAadJoinInformation.
- - - - -
3 changed files:
- dlls/netapi32/netapi32.c - dlls/netapi32/netapi32.spec - include/lmjoin.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ad623b9377c67ca57db73052e4037ae...