mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibCore: Explicitly export symbols from LibCore
This patch adds explicit symbol export to LibCore. This leads to about 350 less symbols being exported.
This commit is contained in:
Notes:
github-actions[bot]
2026-02-26 17:34:35 +00:00
Author: https://github.com/R-Goc Commit: https://github.com/LadybirdBrowser/ladybird/commit/919f44f3a5b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7011 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/ayeteadoe
@@ -8,12 +8,13 @@
|
||||
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <LibCore/Export.h>
|
||||
#include <LibCore/Resource.h>
|
||||
#include <LibCore/ResourceImplementation.h>
|
||||
|
||||
namespace Core {
|
||||
|
||||
class ResourceImplementationFile : public ResourceImplementation {
|
||||
class CORE_API ResourceImplementationFile : public ResourceImplementation {
|
||||
public:
|
||||
explicit ResourceImplementationFile(String base_directory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user