3#include "Import/WebFrameworkCore.h"
5#include "MultiLocalizationManager.h"
11 std::vector<HMODULE> loadSources(
const std::vector<std::string>& pathToSources);
13 inline auto load(HMODULE handle, std::string_view name)
16 return dlsym(handle, name.data());
18 return GetProcAddress(handle, name.data());