~dcplusplus-team/dcpp-plugin-sdk-cpp/SpellPlugin

« back to all changes in this revision

Viewing changes to boost/libs/filesystem/src/utf8_codecvt_facet.cpp

  • Committer: poy
  • Date: 2013-05-27 21:41:55 UTC
  • Revision ID: poy@123gen.com-20130527214155-35iyzz1sw6yk01c2
load dicos from Mozilla / LibreOffice extensions; handle multiple dicos; add links

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright Vladimir Prus 2004.
 
2
// Distributed under the Boost Software License, Version 1.0.
 
3
// (See accompanying file LICENSE_1_0.txt
 
4
// or copy at http://www.boost.org/LICENSE_1_0.txt)
 
5
 
 
6
// For HP-UX, request that WCHAR_MAX and WCHAR_MIN be defined as macros,
 
7
// not casts. See ticket 5048
 
8
#define _INCLUDE_STDCSOURCE_199901
 
9
 
 
10
#ifndef BOOST_SYSTEM_NO_DEPRECATED 
 
11
# define BOOST_SYSTEM_NO_DEPRECATED
 
12
#endif
 
13
 
 
14
#define BOOST_FILESYSTEM_SOURCE
 
15
#include <boost/filesystem/config.hpp>
 
16
 
 
17
#define BOOST_UTF8_BEGIN_NAMESPACE \
 
18
     namespace boost { namespace filesystem { namespace detail {
 
19
 
 
20
#define BOOST_UTF8_END_NAMESPACE }}}
 
21
#define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL
 
22
 
 
23
#include <boost/detail/utf8_codecvt_facet.ipp>
 
24
 
 
25
#undef BOOST_UTF8_BEGIN_NAMESPACE
 
26
#undef BOOST_UTF8_END_NAMESPACE
 
27
#undef BOOST_UTF8_DECL