interfaces/reals/real_string_utils_renames.h (8 lines of code) (raw):

// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #define sprintf_char_function real_sprintf_char_function #define sprintf_wchar_function real_sprintf_wchar_function #define vsprintf_char real_vsprintf_char #define vsprintf_wchar real_vsprintf_wchar #define FILETIME_toAsciiArray real_FILETIME_toAsciiArray #define FILETIME_to_string_UTC real_FILETIME_to_string_UTC #define mbs_to_wcs real_mbs_to_wcs #define wcs_to_mbs real_wcs_to_mbs