From bbeb5ea38686dfeb9537860770bbdb3bd2f9cd3f Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 17 May 2013 02:03:16 +0100 Subject: Use iostream instead of C-style file operations. --- win/inspircd_win32wrapper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win') diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 38754d5df..8234dfefe 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -101,6 +101,9 @@ __inline void sleep(int seconds) { Sleep(seconds * 1000); } #define popen _popen #define pclose _pclose +/* _access */ +#define access _access + /* IPV4 only convert string to address struct */ __inline int inet_aton(const char *cp, struct in_addr *addr) { -- cgit v1.2.3