Skip to content

Restrict liblinphone plugins loading to liblinphone_*.dll in order to prevent...

Simon Morlat requested to merge fix/plugin-loading-windows into release/5.3

Restrict liblinphone plugins loading to liblinphone_*.dll in order to prevent loading of any shared library on UWP. This fixes a crash at startup.

Merge request reports