vendor/libgit2/src/win32/posix.h in rugged-0.26.0b5 vs vendor/libgit2/src/win32/posix.h in rugged-0.26.0

- old
+ new

@@ -12,9 +12,12 @@ #include "win32-compat.h" #include "path_w32.h" #include "utf-conv.h" #include "dir.h" +extern unsigned long git_win32__createfile_sharemode; +extern int git_win32__retries; + typedef SOCKET GIT_SOCKET; #define p_lseek(f,n,w) _lseeki64(f, n, w) extern int p_fstat(int fd, struct stat *buf);