From 1c4318331663b152b0b298bd2c9e5c971506a86b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 10 Jun 2023 16:44:19 +0100 Subject: Prune some comments and tidy up other minor things --- src/os-win32.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/os-win32.h') diff --git a/src/os-win32.h b/src/os-win32.h index 365e2dc..fe61f84 100644 --- a/src/os-win32.h +++ b/src/os-win32.h @@ -98,6 +98,9 @@ static inline void os_randombytes(void *buf, int sz) { #define fdopen _fdopen #define dup _dup #define dup2 _dup2 +#define strdup _strdup +#define fstat _fstat64 +#define lseek _lseeki64 #define O_RDONLY _O_RDONLY #define O_RDWR _O_RDWR #define O_CLOEXEC _O_NOINHERIT // and why did they rename this!? -- cgit v1.2.3