ReactOS 0.4.16-dev-2104-gb84fa49
corecrt_wdirect.h
Go to the documentation of this file.
1
6#ifndef _WDIRECT_DEFINED
7#define _WDIRECT_DEFINED
8
9#include <corecrt.h>
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15_ACRTIMP int __cdecl _wchdir(const wchar_t*);
16_ACRTIMP wchar_t* __cdecl _wgetcwd(wchar_t*,int);
17_ACRTIMP wchar_t* __cdecl _wgetdcwd(int,wchar_t*,int);
18_ACRTIMP int __cdecl _wmkdir(const wchar_t*);
19_ACRTIMP int __cdecl _wrmdir(const wchar_t*);
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif /* _WDIRECT_DEFINED */
#define __cdecl
Definition: corecrt.h:121
#define _ACRTIMP
Definition: corecrt.h:153
_ACRTIMP wchar_t *__cdecl _wgetdcwd(int, wchar_t *, int)
Definition: dir.c:867
_ACRTIMP wchar_t *__cdecl _wgetcwd(wchar_t *, int)
Definition: dir.c:785
_ACRTIMP int __cdecl _wchdir(const wchar_t *)
Definition: dir.c:231
_ACRTIMP int __cdecl _wmkdir(const wchar_t *)
Definition: dir.c:974
_ACRTIMP int __cdecl _wrmdir(const wchar_t *)
Definition: dir.c:1013