[Bug 48256] pwsh.exe (powershell) crashes after 20~50 sec: System.EntryPointNotFoundException: Unable to find an entry point named 'FreeAddrInfoEx' in DLL 'ws2_32.dll'.

WineHQ Bugzilla wine-bugs at winehq.org
Tue Dec 10 07:23:49 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=48256

Vijay Kamuju <infyquest at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |infyquest at gmail.com

--- Comment #1 from Vijay Kamuju <infyquest at gmail.com> ---
According to msdn
(https://docs.microsoft.com/en-us/windows/win32/api/ws2tcpip/nf-ws2tcpip-freeaddrinfoex)

When UNICODE or _UNICODE is defined, FreeAddrInfoEx is defined to
FreeAddrInfoExW, the Unicode version of the function. 
When UNICODE or _UNICODE is not defined, FreeAddrInfoEx is defined to
FreeAddrInfoExA

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list