// Copyright (c) Microsoft Corporation. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // Machinery for the UTF-8 codecvt facets #if !defined(_DLL) || defined(_BUILDING_SATELLITE_CODECVT_IDS) #include #ifdef _DLL #define EXPORT __declspec(dllexport) #else #define EXPORT #endif _STD_BEGIN EXPORT locale::id codecvt::id; EXPORT locale::id codecvt::id; // These specializations are exported from msvcp140, *except* for their ids EXPORT locale::id codecvt::id; EXPORT locale::id codecvt::id; _STD_END #endif // !defined(_DLL) || defined(_BUILDING_SATELLITE_CODECVT_IDS)