diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mingw.h | 2 |
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 | ||
| 122 | int fdprintf(int fd, const char *format, ...); | 122 | int fdprintf(int fd, const char *format, ...); |
| 123 | FILE* mingw_fopen(const char *filename, const char *mode); | 123 | FILE* mingw_fopen(const char *filename, const char *mode); |
| 124 | int 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 |
