ntdll: Implement RtlWow64GetCpuAreaInfo().
[wine.git] / include / msvcrt / corecrt_wdirect.h
blobbe993fc677cc05f175b0fe9f479d35917bacfc33
1 /**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the Wine project.
4 */
6 #ifndef _WDIRECT_DEFINED
7 #define _WDIRECT_DEFINED
9 #include <corecrt.h>
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
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*);
21 #ifdef __cplusplus
23 #endif
25 #endif /* _WDIRECT_DEFINED */