Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32_dlfcn: Support WinRT/UWP. | Matt Oliver | 2017-07-30 | 1 | -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 Oliver | 2016-11-05 | 1 | -0/+83 |
Signed-off-by: Matt Oliver <protogonoi@gmail.com> |