Files
azerothcore-wotlk/deps/acelite/ace/ace_wchar.cpp
2020-11-11 09:09:02 -06:00

13 lines
298 B
C++

// -*- C++ -*-
#include "ace/config-macros.h"
#include "ace/ace_wchar.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
#if defined(ACE_HAS_ICONV)
iconv_t ACE_Wide_To_Ascii::ACE_Wide_To_Ascii_iconv_env = 0;
iconv_t ACE_Ascii_To_Wide::ACE_Ascii_To_Wide_iconv_env = 0;
#endif
ACE_END_VERSIONED_NAMESPACE_DECL