From db20f3f1bb8595633a7e16c8900fd401a453a6b5 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Tue, 27 Dec 2016 16:46:08 +0900 Subject: Imported Upstream version 1.0.0.9127 --- src/pal/src/safecrt/wmakepath_s.cpp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/pal/src/safecrt/wmakepath_s.cpp (limited to 'src/pal/src/safecrt/wmakepath_s.cpp') diff --git a/src/pal/src/safecrt/wmakepath_s.cpp b/src/pal/src/safecrt/wmakepath_s.cpp new file mode 100644 index 0000000000..35ab7d386e --- /dev/null +++ b/src/pal/src/safecrt/wmakepath_s.cpp @@ -0,0 +1,30 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +/*** +*wmakepath_s.c - create path name from components +* + +* +*Purpose: +* To provide support for creation of full path names from components +* +*******************************************************************************/ + +#include +#include +#include +#include "internal_securecrt.h" + +#include "mbusafecrt_internal.h" + +#define _FUNC_PROLOGUE +#define _FUNC_NAME _wmakepath_s +#define _CHAR wchar_t +#define _DEST _Dst +#define _SIZE _SizeInWords +#define _T(_Character) L##_Character +#define _MBS_SUPPORT 0 + +#include "tmakepath_s.inl" -- cgit v1.2.3