mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
LibTextCodec: Enable EXPLICIT_SYMBOL_EXPORT
This commit is contained in:
parent
58be9e6400
commit
e497303e94
Notes:
github-actions[bot]
2025-08-23 22:07:22 +00:00
Author: https://github.com/ayeteadoe
Commit: e497303e94
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5229
Reviewed-by: https://github.com/ADKaster ✅
4 changed files with 49 additions and 31 deletions
16
Libraries/LibTextCodec/Forward.h
Normal file
16
Libraries/LibTextCodec/Forward.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* Copyright (c) 2025, ayeteadoe <ayeteadoe@gmail.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <LibTextCodec/Export.h>
|
||||
|
||||
namespace TextCodec {
|
||||
|
||||
class Decoder;
|
||||
class Encoder;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue