Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
log: use true parents for diff even when rewriting
[gitweb.git]
/
compat
/
msvc.h
diff --git
a/compat/msvc.h
b/compat/msvc.h
index aa4b56315ae2488ea656d695f0f660e4dbd745ef..96b6d605dad3872f02933581e501ee4380cb8f68 100644
(file)
--- a/
compat/msvc.h
+++ b/
compat/msvc.h
@@
-12,6
+12,8
@@
#define __attribute__(x)
#define strncasecmp _strnicmp
#define ftruncate _chsize
+#define strtoull _strtoui64
+#define strtoll _strtoi64
static __inline int strcasecmp (const char *s1, const char *s2)
{