diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-24 17:39:15 -0400 |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-24 17:40:52 -0400 |
commit | c696492549e1750727fa0735c75c8aa090e534b7 (patch) | |
tree | 59e7014af017f24fa277a29eccc38e219636a665 /external/unbound/doc/CREDITS | |
parent | cmake: Windows and static builds need this (diff) | |
download | monero-c696492549e1750727fa0735c75c8aa090e534b7.tar.xz |
unbound: fix getaddrinfo detection for 32-bit windows
On Windows, getaddrinfo is part of the Windows API and as such is
__stdcall, not __cdecl, so check_function_exists fails because the
declaration doesn't match the mangling __stdcall has. Instead, use a
header to include the symbol as declared on the system and use
check_symbol_exists instead.
Tested-By: greatwolf on IRC
Diffstat (limited to 'external/unbound/doc/CREDITS')
0 files changed, 0 insertions, 0 deletions