Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kelley <phkelley@hotmail.com>2013-04-01 06:22:33 +0400
committerPhilip Kelley <phkelley@hotmail.com>2013-04-01 06:22:33 +0400
commit5c5eeba6fda50e350c5e007ed5d59f8ca92ad0d8 (patch)
tree2160f5a4a1ef45e64c4ec1a09ff792fd50088e81 /src/common.h
parent8cc2f2d86fa8a54b1ba87564c046e2e431e4ced0 (diff)
Add git_has_win32_version helper
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 235da0412..02d9ce9b6 100644
--- a/src/common.h
+++ b/src/common.h
@@ -29,9 +29,10 @@
# include "win32/msvc-compat.h"
# include "win32/mingw-compat.h"
# include "win32/error.h"
+# include "win32/version.h"
# ifdef GIT_THREADS
# include "win32/pthread.h"
-#endif
+# endif
#else