vendor/libgit2/src/win32/posix.h in rugged-0.25.0b8 vs vendor/libgit2/src/win32/posix.h in rugged-0.25.0b9
- old
+ new
@@ -55,6 +55,9 @@
extern int p_lstat_posixly(const char *filename, struct stat *buf);
extern struct tm * p_localtime_r(const time_t *timer, struct tm *result);
extern struct tm * p_gmtime_r(const time_t *timer, struct tm *result);
+/* Use the bundled regcomp */
+#define p_regcomp regcomp
+
#endif