aboutsummaryrefslogtreecommitdiff
path: root/tests/test-dladdr.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2024-11-21 01:52:34 +0100
committerSilvio Traversaro <silvio@traversaro.it>2025-05-03 12:30:48 +0200
commit529de2d3d04a41f869dd4803404cd763b9e8f72c (patch)
tree5db110f0fdbf2b785c1a73ae07076ff70ba2d412 /tests/test-dladdr.c
parent77152633a5d3d151107ce9a7b876747bce83c8d3 (diff)
downloaddlfcn-win32-fixpatches.tar.gz
dlfcn-win32-fixpatches.tar.bz2
dlfcn-win32-fixpatches.zip
For non-debug DLL builds avoid linking to CRT library as it is not neededfixpatches
Now when dlfcn.c does not call any function from CRT library, it is not needed to link dlfcn library with some specific CRT library (e.g. crtdll.dll, msvcrt.dll, msvcr120.dll or api-ms-win-crt-*.dll) and therefore bound the dlfcn DLL library to specific Visual C++ runtime version. This makes libdl.dll DLL library CRT-neutral and therefore can be used or linked into any EXE application using any CRT library of any version, without any Visual C++ runtime version conflict.
Diffstat (limited to 'tests/test-dladdr.c')
0 files changed, 0 insertions, 0 deletions