#include <precomp.h>
Go to the source code of this file.
◆ _chdrive()
Definition at line 30 of file chdrive.c.
31{
33
36 {
38 if (newdrive <= 0)
39 {
41 }
42 return -1;
43 }
44 return 0;
45}
BOOL WINAPI SetCurrentDirectoryW(IN LPCWSTR lpPathName)
void _dosmaperr(unsigned long oserrcode)
errno_t __cdecl _set_errno(_In_ int _Value)
DWORD WINAPI GetLastError(void)