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.