July 2, 2026
8:43 p.m.
This prevents Formlabs Preform software from crashing on startup with: `wine: Call from 00006FFFFFF5C540 to unimplemented function DNSAPI.dll.DnsStartMulticastQuery, aborting` On exit it calls `DnsStopMulticastQuery` as well. Definitions have been taken from mingw's windns.h, which is public domain. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11307