mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWebView: Enable EXPLICIT_SYMBOL_EXPORT
This commit is contained in:
Notes:
github-actions[bot]
2025-08-23 22:06:32 +00:00
Author: https://github.com/ayeteadoe Commit: https://github.com/LadybirdBrowser/ladybird/commit/9c67c4a2702 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5229 Reviewed-by: https://github.com/ADKaster ✅
@@ -16,10 +16,10 @@
|
||||
|
||||
namespace WebView {
|
||||
|
||||
ProcessType process_type_from_name(StringView);
|
||||
StringView process_name_from_type(ProcessType type);
|
||||
WEBVIEW_API ProcessType process_type_from_name(StringView);
|
||||
WEBVIEW_API StringView process_name_from_type(ProcessType type);
|
||||
|
||||
class ProcessManager {
|
||||
class WEBVIEW_API ProcessManager {
|
||||
AK_MAKE_NONCOPYABLE(ProcessManager);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user