#pragma once
#include <corecrt.h>
_CRT_BEGIN_C_HEADER
__pragma
(pack(push,
8
))
extern
"C"
{
#if _CRT_FUNCTIONS_REQUIRED
#ifdef _CRT_USE_WINAPI_FAMILY_DESKTOP_APP
_DCRTIMP intptr_t __cdecl _wexecl(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* _ArgList,
...);
_DCRTIMP intptr_t __cdecl _wexecle(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* _ArgList,
...);
_DCRTIMP intptr_t __cdecl _wexeclp(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* _ArgList,
...);
_DCRTIMP intptr_t __cdecl _wexeclpe(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* _ArgList,
...);
_DCRTIMP intptr_t __cdecl _wexecv(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* const* _ArgList
);
_DCRTIMP intptr_t __cdecl _wexecve(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* const* _ArgList,
_In_opt_z_ wchar_t const* const* _Env
);
_DCRTIMP intptr_t __cdecl _wexecvp(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* const* _ArgList
);
_DCRTIMP intptr_t __cdecl _wexecvpe(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* const* _ArgList,
_In_opt_z_ wchar_t const* const* _Env
);
_DCRTIMP intptr_t __cdecl _wspawnl(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* _ArgList,
...);
_DCRTIMP intptr_t __cdecl _wspawnle(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* _ArgList,
...);
_DCRTIMP intptr_t __cdecl _wspawnlp(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* _ArgList,
...);
_DCRTIMP intptr_t __cdecl _wspawnlpe(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* _ArgList,
...);
_DCRTIMP intptr_t __cdecl _wspawnv(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* const* _ArgList
);
_DCRTIMP intptr_t __cdecl _wspawnve(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* const* _ArgList,
_In_opt_z_ wchar_t const* const* _Env
);
_DCRTIMP intptr_t __cdecl _wspawnvp(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* const* _ArgList
);
_DCRTIMP intptr_t __cdecl _wspawnvpe(
__declspec
(dllimport)
__cdecl
(
_In_z_ wchar_t const* _FileName,
_In_z_ wchar_t const* const* _ArgList,
_In_opt_z_ wchar_t const* const* _Env
);
_DCRTIMP int __cdecl _wsystem(
__declspec
(dllimport)
int
__cdecl
(
_In_opt_z_ wchar_t const* _Command
);
#endif // _CRT_USE_WINAPI_FAMILY_DESKTOP_APP
#endif // _CRT_FUNCTIONS_REQUIRED