/*** *wmakepath_s.c - create path name from components * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * To provide support for creation of full path names from components * *******************************************************************************/ #include #include #include #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