summaryrefslogtreecommitdiff
path: root/compat/w32dlfcn.h
Commit message (Collapse)AuthorAge
* compat/w32dlfcn: add missing config.h includeJames Almer2017-11-07
| | | | | | Fixes warnings about undefined HAVE_WINRT Signed-off-by: James Almer <jamrial@gmail.com>
* win32_dlfcn: Support WinRT/UWP.Matt Oliver2017-07-30
| | | | | | | | | 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-05
Signed-off-by: Matt Oliver <protogonoi@gmail.com>