send-email: Remove superfluous `my $editor = ...'
[gitweb.git] / compat / mingw.h
index 7e52f3607f82d58141086b627c2e7167f2c05323..762eb143a7654480d8831a6258a0767c0f33900b 100644 (file)
@@ -159,6 +159,11 @@ int mingw_connect(int sockfd, struct sockaddr *sa, size_t sz);
 int mingw_rename(const char*, const char*);
 #define rename mingw_rename
 
+#ifdef USE_WIN32_MMAP
+int mingw_getpagesize(void);
+#define getpagesize mingw_getpagesize
+#endif
+
 /* Use mingw_lstat() instead of lstat()/stat() and
  * mingw_fstat() instead of fstat() on Windows.
  */