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/pythonmod/examples/log.py | |
| parent | e3776876af57756a3fdafd168df9d680a6ee69f2 (diff) | |
| download | monzero-core-c696492549e1750727fa0735c75c8aa090e534b7.tar.gz monzero-core-c696492549e1750727fa0735c75c8aa090e534b7.tar.xz monzero-core-c696492549e1750727fa0735c75c8aa090e534b7.zip | |
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/pythonmod/examples/log.py')
0 files changed, 0 insertions, 0 deletions
