2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the Wine project.
6 #ifndef _WDIRECT_DEFINED
7 #define _WDIRECT_DEFINED
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*);
25 #endif /* _WDIRECT_DEFINED */