aboutsummaryrefslogtreecommitdiffstats
path: root/compat/mingw-posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/mingw-posix.h')
-rw-r--r--compat/mingw-posix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/mingw-posix.h b/compat/mingw-posix.h
index 631a208684..0939feff27 100644
--- a/compat/mingw-posix.h
+++ b/compat/mingw-posix.h
@@ -241,9 +241,6 @@ int mingw_chdir(const char *dirname);
int mingw_chmod(const char *filename, int mode);
#define chmod mingw_chmod
-char *mingw_mktemp(char *template);
-#define mktemp mingw_mktemp
-
char *mingw_getcwd(char *pointer, int len);
#define getcwd mingw_getcwd