From 2c0d39acd0329d3e976bd83d85fcf67388465e67 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 24 Mar 2022 04:56:31 +0000 Subject: Add auto VDF installation Breaks the Linux build because I can't file paths brain I need sleeping --- src/os-win32.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/os-win32.h') diff --git a/src/os-win32.h b/src/os-win32.h index c7c0bae..08399dd 100644 --- a/src/os-win32.h +++ b/src/os-win32.h @@ -40,6 +40,8 @@ typedef unsigned short os_char; // ucrt defines __stat64 to _stat64. we want _wstat64 to be the actual function #define _stat64(path, buf) _wstat64(path, buf) #define os_stat _stat64 +#define os_mkdir _wmkdir +#define os_unlink _wunlink #define os_getenv _wgetenv #define os_getcwd _wgetcwd -- cgit v1.2.3