summaryrefslogtreecommitdiffstats
path: root/compat/w32dlfcn.h
Commit message (Collapse)AuthorAgeFilesLines
* win32_dlfcn: Support WinRT/UWP.Matt Oliver2017-07-301-1/+11
| | | | | | | | | This only enables dlls that are packaged with the application to be loaded. Due to the limitations of WinRT/UWP it is not allowed to load external/system dlls so this cannot be used as a complete replacement for normal win32 dll loading. Signed-off-by: Matt Oliver <protogonoi@gmail.com>
* compat/w32dlfcn.h: Add safe win32 dlopen/dlclose/dlsym functions.Matt Oliver2016-11-051-0/+83
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
OpenPOWER on IntegriCloud