Searched refs:_convert (Results 1 – 1 of 1) sorted by relevance
344 int _convert = strlen(__format_str) + 1; in _Message() local345 LPWSTR _lpw = (LPWSTR)alloca(_convert * sizeof(wchar_t)); in _Message()347 MultiByteToWideChar(GetACP(), 0, __format_str, -1, _lpw, _convert); in _Message()