Nil Admirari
dfa062ed3c
compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW
...
Signed-off-by: Martin Storsjö <martin@martin.st>
2022-06-21 13:27:46 +03:00
Andreas Rheinhardt
1ea3650823
Replace all occurences of av_mallocz_array() by av_calloc()
...
They do the same.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-09-20 01:03:52 +02:00
James Almer
ce52e430b2
compat/w32dlfcn: add missing config.h include
...
Fixes warnings about undefined HAVE_WINRT
Signed-off-by: James Almer <jamrial@gmail.com>
2017-11-07 16:50:26 -03:00
Matt Oliver
a3833bee94
win32_dlfcn: Support WinRT/UWP.
...
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>
2017-07-30 14:30:43 +10:00
Matt Oliver
85553b42f9
compat/w32dlfcn.h: Add safe win32 dlopen/dlclose/dlsym functions.
...
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
2016-11-05 18:08:32 +11:00