summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2011-07-09 08:41:02 +0200
committernulltoken <emeric.fermas@gmail.com>2011-07-09 08:41:02 +0200
commitae2e4c6a06c44cd1b3a4b45f72e10deb81be45f5 (patch)
tree918c26ab5a491cdab00b7a5b166f936772a9119f /src/util.c
parent38ce60f091c03ce3f7b1aa5fc2c4271b5a5a46ca (diff)
downloadlibgit2-ae2e4c6a06c44cd1b3a4b45f72e10deb81be45f5.tar.gz
win32: replace usage of _MSV_VER with _MSC_VER
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 4a44f9988..a51cbe6d8 100644
--- a/src/util.c
+++ b/src/util.c
@@ -5,7 +5,7 @@
#include <ctype.h>
#include "posix.h"
-#ifdef _MSV_VER
+#ifdef _MSC_VER
# include <Shlwapi.h>
#endif