Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
poll: use GetTickCount64() to avoid wrap-around issues
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 8121b73b4a98e896994054d4369143bdb0b71a99..96a3f86d8e6991e19815008a3a6b8cebe95b1ca8 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-382,6
+382,10
@@
static inline char *git_find_last_dir_sep(const char *path)
#define find_last_dir_sep git_find_last_dir_sep
#endif
+#ifndef query_user_email
+#define query_user_email() NULL
+#endif
+
#if defined(__HP_cc) && (__HP_cc >= 61000)
#define NORETURN __attribute__((noreturn))
#define NORETURN_PTR