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-02-11 18:25:57 +0400
committerPhilip Kelley <phkelley@hotmail.com>2013-02-11 18:25:57 +0400
commit8c29dca6c372cae1c6a97d78252ee1d7ac10673b (patch)
tree23da7da2ebc30c3557b75b00248c750989879bd8 /tests-clar/core
parenta150cc875da834fc18b2c60fa2cb5580fff532ab (diff)
Fix some incorrect MSVC #ifdef's. Fixes #1305
Diffstat (limited to 'tests-clar/core')
-rw-r--r--tests-clar/core/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/core/path.c b/tests-clar/core/path.c
index 894e81f3d..407770baa 100644
--- a/tests-clar/core/path.c
+++ b/tests-clar/core/path.c
@@ -324,7 +324,7 @@ static void check_fromurl(const char *expected_result, const char *input, int sh
git_buf_free(&buf);
}
-#ifdef _MSC_VER
+#ifdef GIT_WIN32
#define ABS_PATH_MARKER ""
#else
#define ABS_PATH_MARKER "/"