]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
include: Define dlfcn.h on Windows
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 7 Mar 2022 08:12:23 +0000 (08:12 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 7 Mar 2022 08:18:45 +0000 (08:18 +0000)
commit8b7432b9e914c47bbce74bf999e4c7aef57561e2
tree7fa2223797c75cd7dd13533ddfff7a1d79962bf6
parentc0c05efaf32471dce7138a43de5fee82678d51c9
include: Define dlfcn.h on Windows

"dlfcn.h" is not available on Windows, so Ceph provides a drop-in
replacement through "dlfcn_compat.h".

The issue is that directly importing "dlfcn.h" fails at the moment,
for which reason we'll simply add a file called "dlfcn.h" that
includes "dlfcn_compat.h".

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
src/include/win32/dlfcn.h [new file with mode: 0644]