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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2013-07-21 21:16:04 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2013-07-21 21:16:04 +0400
commit4dfe00c80226dc1d8bffb0af0605e552aa6e65ef (patch)
tree4f59cce0506c435e8260bcac8a4ffc1c575799ae /source/creator
parent8bf5ec4f8af5d2129387d29dd2b552ec3b1850ca (diff)
_MSV_VER should be _MSC_VER
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 4dea09ee433..a710c07f34b 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -499,7 +499,7 @@ static void blender_crash_handler_backtrace(FILE *fp)
#undef SIZE
}
-#elif defined(_MSV_VER)
+#elif defined(_MSC_VER)
static void blender_crash_handler_backtrace(FILE *fp)
{