aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index ed718fb5d..c2953c390 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -121,7 +121,9 @@ NOIMPL(sigfillset,int *mask UNUSED_PARAM);
121 121
122int fdprintf(int fd, const char *format, ...); 122int fdprintf(int fd, const char *format, ...);
123FILE* mingw_fopen(const char *filename, const char *mode); 123FILE* mingw_fopen(const char *filename, const char *mode);
124int mingw_rename(const char*, const char*);
124#define fopen mingw_fopen 125#define fopen mingw_fopen
126#define rename mingw_rename
125 127
126/* 128/*
127 * ANSI emulation wrappers 129 * ANSI emulation wrappers