LibWebView: Enable EXPLICIT_SYMBOL_EXPORT

This commit is contained in:
ayeteadoe
2025-07-01 20:55:11 -07:00
committed by Andrew Kaster
parent ed93551d59
commit 9c67c4a270
Notes: github-actions[bot] 2025-08-23 22:06:32 +00:00
36 changed files with 104 additions and 94 deletions

View File

@@ -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: