summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>2009-12-21 15:54:50 +0000
committerRamsay Jones <ramsay@ramsay1.demon.co.uk>2010-01-20 20:15:07 +0000
commita1c0728d12b170e1e643f219fab53b03cd4e1b09 (patch)
treeeab36c05f0ca151dc5732210223d0abc9e9ab321 /src/common.h
parentcfe3a027ab12506d4144ee8a35669ae8fc4b7ab1 (diff)
downloadlibgit2-a1c0728d12b170e1e643f219fab53b03cd4e1b09.tar.gz
Add support for the MinGW platform
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 5cb9d1b56..35df53402 100644
--- a/src/common.h
+++ b/src/common.h
@@ -4,7 +4,7 @@
/** Force 64 bit off_t size on POSIX. */
#define _FILE_OFFSET_BITS 64
-#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__)
+#if defined(_WIN32) && !defined(__CYGWIN__)
#define GIT_WIN32 1
#endif