LibTextCodec: Enable EXPLICIT_SYMBOL_EXPORT

This commit is contained in:
ayeteadoe 2025-06-28 12:57:28 -07:00 committed by Andrew Kaster
commit e497303e94
Notes: github-actions[bot] 2025-08-23 22:07:22 +00:00
4 changed files with 49 additions and 31 deletions

View 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;
}