clc: Fix compilation on Windows
What does this MR do and why?
I get compilation errors on Windows due to dladdr
not being available. Fix the error by guarding code with HAVE_DLADDR
as already done in src/util/disk_cache.h, then add an analogous implementation for Windows.
Edited by Luca Bacci