summaryrefslogtreecommitdiff
path: root/src/win32/posix.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-10-04 21:11:51 +0200
committerVicent Marti <tanoku@gmail.com>2011-10-05 16:21:16 -0400
commitc060854ed5b42b76eda40e290851a315dbbaea04 (patch)
tree18361559cf0cbcbc915273284277e6b00f7d9a46 /src/win32/posix.h
parent72d6a20be073c2854cca220c851c977171a5a465 (diff)
downloadlibgit2-c060854ed5b42b76eda40e290851a315dbbaea04.tar.gz
msvc: Properly handle inttypes.h/stdint.h
Diffstat (limited to 'src/win32/posix.h')
-rw-r--r--src/win32/posix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/win32/posix.h b/src/win32/posix.h
index 6d783222e..442717e42 100644
--- a/src/win32/posix.h
+++ b/src/win32/posix.h
@@ -11,9 +11,6 @@
#include "fnmatch.h"
#include "utf8-conv.h"
-/* Define the printf format for 64 bit types */
-#define PRId64 "I64d"
-
GIT_INLINE(int) p_link(const char *GIT_UNUSED(old), const char *GIT_UNUSED(new))
{
GIT_UNUSED_ARG(old)