#include <corecrt_internal.h>
#include <direct.h>
Go to the source code of this file.
◆ _wmkdir()
Definition at line 15 of file wmkdir.cpp.
16{
18 {
20 return -1;
21 }
22
23 return 0;
24}
void __cdecl __acrt_errno_map_os_error(unsigned long)
BOOL WINAPI CreateDirectoryW(IN LPCWSTR lpPathName, IN LPSECURITY_ATTRIBUTES lpSecurityAttributes)
DWORD WINAPI GetLastError(void)