mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
12 lines
223 B
C++
12 lines
223 B
C++
#include "ace/Encoding_Converter.h"
|
|
|
|
#if defined (ACE_USES_WCHAR)
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_Encoding_Converter::~ACE_Encoding_Converter (void)
|
|
{
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|
|
#endif /* ACE_USES_WCHAR */
|