mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWebView: Enable EXPLICIT_SYMBOL_EXPORT
This commit is contained in:
parent
ed93551d59
commit
9c67c4a270
Notes:
github-actions[bot]
2025-08-23 22:06:32 +00:00
Author: https://github.com/ayeteadoe
Commit: 9c67c4a270
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5229
Reviewed-by: https://github.com/ADKaster ✅
36 changed files with 104 additions and 94 deletions
|
|
@ -9,11 +9,12 @@
|
|||
#include <AK/HashMap.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <LibWebView/Forward.h>
|
||||
|
||||
namespace WebView {
|
||||
|
||||
extern OrderedHashMap<StringView, StringView> const user_agents;
|
||||
WEBVIEW_API extern OrderedHashMap<StringView, StringView> const user_agents;
|
||||
|
||||
Optional<StringView> normalize_user_agent_name(StringView);
|
||||
WEBVIEW_API Optional<StringView> normalize_user_agent_name(StringView);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue