#include <corecrt_internal.h>
#include <io.h>
#include <sys/stat.h>
Go to the source code of this file.
◆ _wchmod()
Definition at line 17 of file wchmod.cpp.
18{
20
23 {
25 return -1;
26 }
27
28
30 {
32 }
33 else
34 {
36 }
37
39 {
41 return -1;
42 }
43
44 return 0;
45}
void __cdecl __acrt_errno_map_os_error(unsigned long)
BOOL WINAPI SetFileAttributesW(LPCWSTR lpFileName, DWORD dwFileAttributes)
BOOL WINAPI GetFileAttributesExW(LPCWSTR lpFileName, GET_FILEEX_INFO_LEVELS fInfoLevelId, LPVOID lpFileInformation)
#define _VALIDATE_CLEAR_OSSERR_RETURN(expr, errorcode, retexpr)
#define FILE_ATTRIBUTE_READONLY
DWORD WINAPI GetLastError(void)