m2w64-dlfcn
dlfcn-win32 is an implementation of dlfcn for Windows.
dlfcn-win32 is an implementation of dlfcn for Windows.
To install this package, run one of the following:
dlfcn is a set of functions that allows runtime dynamic library loading. It is standardized in the POSIX. Windows also provide similar routines, but not in a POSIX-compatible way. This library attempts to implement a wrapper around the Windows functions to make programs written for POSIX that use dlfcn work in Windows without any modifications.
Summary
dlfcn-win32 is an implementation of dlfcn for Windows.
Last Updated
Dec 20, 2017 at 05:51
License
LGPL2.1
Total Downloads
430
Supported Platforms
GitHub Repository
https://github.com/dlfcn-win32/dlfcn-win32