#include <precomp.h>
#include <tchar.h>
#include <process.h>
Go to the source code of this file.
◆ _tchdir()
Definition at line 8 of file chdir.c.
9{
11
13 {
15 return -1;
16 }
17
18
20 {
21 if (newdir[1] ==
L':')
22 {
25 }
26 }
27
28 return 0;
29}
#define GetCurrentDirectoryW(x, y)
BOOL WINAPI DECLSPEC_HOTPATCH SetEnvironmentVariableW(IN LPCWSTR lpName, IN LPCWSTR lpValue)
void _dosmaperr(unsigned long oserrcode)
DWORD WINAPI GetLastError(void)
#define SetCurrentDirectory